Shades of Elf Green #1D9A6E
Tints of Elf Green #1D9A6E
RGB
CMYK
RGB Variations
Color information
#1D9A6E (or 0x1D9A6E) is known color: Elf Green. HEX triplet: 1D, 9A and 6E. RGB value is (29,154,110). Sum of RGB (Red+Green+Blue) = 29+154+110=293 (38% of max value = 765). Red value is 29 (11.72% from 255 or 9.90% from 293); Green value is 154 (60.55% from 255 or 52.56% from 293); Blue value is 110 (43.36% from 255 or 37.54% from 293); Max value from RGB is 154 - color contains mainly: green. Hex color #1D9A6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D9A6E is #E26591. Grayscale: #6F6F6F. Windows color (decimal): -14837138 or 7248413. OLE color: 7248413.
HSL color Cylindrical-coordinate representation of color #1D9A6E: hue angle of 158.88º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D9A6E is Cyan = 0.81, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 29 | 154 | 110 | - |
| CMYK | 0.81 | 0 | 0.29 | 0.40 |
| HSL | 158.88º | 0.68% | 0.36% | - |
| HSV(B) | 158.88º | 0.81% | 0.6% | - |
| XYZ | 14.88 | 24.5 | 18.7 | - |
| YUV | 111.61 | 127.09 | 69.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 154 | 110 | 0.81 | 0 | 0.29 | 0.40 | 158.88 | 0.68 | 0.36 |
| Hex | 1D | 9A | 6E | 51 | 0 | 1D | 28 | 9F | 44 | 24 |
| Octal | 35 | 232 | 156 | 121 | 0 | 35 | 50 | 237 | 104 | 44 |
| Binary | 11101 | 10011010 | 1101110 | 1010001 | 0 | 11101 | 101000 | 10011111 | 1000100 | 100100 |
Color Harmonies of #1D9A6E
Complementary color
Monochromatic Colors of #1D9A6E
Black with #1D9A6E
Text Example
Text Example
White with #1D9A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9A6E; }
p { color: rgb(29,154,110); }
H1.HeaderClassName
{
color: #1D9A6E;
}
.AnyTagClassName
{
color: #1D9A6E;
}
</style>
background-color css
<style>
a { background-color: #1D9A6E; }
a { background-color: rgb(29,154,110); }
div.DivClassName
{
background-color: #1D9A6E;
}
.BgClassName
{
background-color: #1D9A6E;
}
</style>
border-color css
<style>
span { border-color: #1D9A6E; }
span { border-color: rgb(29,154,110); }
td.TdClassName
{
border-color: #1D9A6E;
}
.TagClassName
{
border-color: #1D9A6E;
}
</style>