Shades of Elf Green #1D9A64
Tints of Elf Green #1D9A64
RGB
CMYK
RGB Variations
Color information
#1D9A64 (or 0x1D9A64) is known color: Elf Green. HEX triplet: 1D, 9A and 64. RGB value is (29,154,100). Sum of RGB (Red+Green+Blue) = 29+154+100=283 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.25% from 283); Green value is 154 (60.55% from 255 or 54.42% from 283); Blue value is 100 (39.45% from 255 or 35.34% from 283); Max value from RGB is 154 - color contains mainly: green. Hex color #1D9A64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D9A64 is #E2659B. Grayscale: #6E6E6E. Windows color (decimal): -14837148 or 6593053. OLE color: 6593053.
HSL color Cylindrical-coordinate representation of color #1D9A64: hue angle of 154.08º 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 #1D9A64 is Cyan = 0.81, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 29 | 154 | 100 | - |
| CMYK | 0.81 | 0 | 0.35 | 0.40 |
| HSL | 154.08º | 0.68% | 0.36% | - |
| HSV(B) | 154.08º | 0.81% | 0.6% | - |
| XYZ | 14.36 | 24.29 | 15.99 | - |
| YUV | 110.47 | 122.09 | 69.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 154 | 100 | 0.81 | 0 | 0.35 | 0.40 | 154.08 | 0.68 | 0.36 |
| Hex | 1D | 9A | 64 | 51 | 0 | 23 | 28 | 9A | 44 | 24 |
| Octal | 35 | 232 | 144 | 121 | 0 | 43 | 50 | 232 | 104 | 44 |
| Binary | 11101 | 10011010 | 1100100 | 1010001 | 0 | 100011 | 101000 | 10011010 | 1000100 | 100100 |
Color Harmonies of #1D9A64
Complementary color
Monochromatic Colors of #1D9A64
Black with #1D9A64
Text Example
Text Example
White with #1D9A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9A64; }
p { color: rgb(29,154,100); }
H1.HeaderClassName
{
color: #1D9A64;
}
.AnyTagClassName
{
color: #1D9A64;
}
</style>
background-color css
<style>
a { background-color: #1D9A64; }
a { background-color: rgb(29,154,100); }
div.DivClassName
{
background-color: #1D9A64;
}
.BgClassName
{
background-color: #1D9A64;
}
</style>
border-color css
<style>
span { border-color: #1D9A64; }
span { border-color: rgb(29,154,100); }
td.TdClassName
{
border-color: #1D9A64;
}
.TagClassName
{
border-color: #1D9A64;
}
</style>