India Green (#138808)
HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.
Preview
Contrast vs white: 4.61:1 — vs black: 4.55:1
Color values
-
HEX
#138808 -
RGB
rgb(19, 136, 8) -
HSL
hsl(114, 94%, 53%) -
CMYK
cmyk( 86.03, 0, 94.12, 46.67 ) -
Websafe
#009900
Tags
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #138808 based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#138808
Base
#7D0888
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#138808
Base
#538808
#08883D
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#138808
Base
#081388
#880813
Two colors flanking the complement — high contrast with less tension than full complementary.
#138808
Base
#3D0888
#880853
Four colors at 90° intervals — rich variety, best when one color dominates.
#138808
Base
#085388
#7D0888
#883D08
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#138808
Base
#031801
#094004
#0E6106
#18AF0A
#1DD00C
#46F336
Darker shades and lighter tints of India Green, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#031801
#062E03
#0A4504
#0D5B05
#107207
#138808
Base
#1CC80C
#38F226
#73F666
#AEFAA7
#E9FEE7
Ready-to-use code snippets for #138808. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #138808;
}
/* Text */
.element {
color: #138808;
}
/* Border */
.element {
border: 1px solid #138808;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#138808,
#E518F8
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#138808,
#E518F8
);
}
// SCSS variable
$india-green: #138808;
// With RGB channels (useful for rgba() usage)
$india-green-r: 19;
$india-green-g: 136;
$india-green-b: 8;
// Usage
.element {
background-color: $india-green;
color: rgba($india-green-r, $india-green-g, $india-green-b, 0.8);
}
How India Green appears to people with different types of color vision deficiency.
#138808
How the color appears with full color vision.
#757515
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#818104
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#388080
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#757575
Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
How to use this color
- Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
- Use CMYK when preparing print assets (posters, packaging, brochures).
- Check contrast before using it for text or important UI elements.