Shades of Elf Green #129666
Tints of Elf Green #129666
RGB
CMYK
RGB Variations
Color information
#129666 (or 0x129666) is known color: Elf Green. HEX triplet: 12, 96 and 66. RGB value is (18,150,102). Sum of RGB (Red+Green+Blue) = 18+150+102=270 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.67% from 270); Green value is 150 (58.98% from 255 or 55.56% from 270); Blue value is 102 (40.23% from 255 or 37.78% from 270); Max value from RGB is 150 - color contains mainly: green. Hex color #129666 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129666 is #ED6999. Grayscale: #696969. Windows color (decimal): -15559066 or 6723090. OLE color: 6723090.
HSL color Cylindrical-coordinate representation of color #129666: hue angle of 158.18º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129666 is Cyan = 0.88, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 18 | 150 | 102 | - |
| CMYK | 0.88 | 0 | 0.32 | 0.41 |
| HSL | 158.18º | 0.79% | 0.33% | - |
| HSV(B) | 158.18º | 0.88% | 0.59% | - |
| XYZ | 13.55 | 22.9 | 16.28 | - |
| YUV | 105.06 | 126.27 | 65.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 150 | 102 | 0.88 | 0 | 0.32 | 0.41 | 158.18 | 0.79 | 0.33 |
| Hex | 12 | 96 | 66 | 58 | 0 | 20 | 29 | 9E | 4F | 21 |
| Octal | 22 | 226 | 146 | 130 | 0 | 40 | 51 | 236 | 117 | 41 |
| Binary | 10010 | 10010110 | 1100110 | 1011000 | 0 | 100000 | 101001 | 10011110 | 1001111 | 100001 |
Color Harmonies of #129666
Complementary color
Monochromatic Colors of #129666
Black with #129666
Text Example
Text Example
White with #129666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129666; }
p { color: rgb(18,150,102); }
H1.HeaderClassName
{
color: #129666;
}
.AnyTagClassName
{
color: #129666;
}
</style>
background-color css
<style>
a { background-color: #129666; }
a { background-color: rgb(18,150,102); }
div.DivClassName
{
background-color: #129666;
}
.BgClassName
{
background-color: #129666;
}
</style>
border-color css
<style>
span { border-color: #129666; }
span { border-color: rgb(18,150,102); }
td.TdClassName
{
border-color: #129666;
}
.TagClassName
{
border-color: #129666;
}
</style>