Shades of Elf Green #129066
Tints of Elf Green #129066
RGB
CMYK
RGB Variations
Color information
#129066 (or 0x129066) is known color: Elf Green. HEX triplet: 12, 90 and 66. RGB value is (18,144,102). Sum of RGB (Red+Green+Blue) = 18+144+102=264 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.82% from 264); Green value is 144 (56.64% from 255 or 54.55% from 264); Blue value is 102 (40.23% from 255 or 38.64% from 264); Max value from RGB is 144 - color contains mainly: green. Hex color #129066 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129066 is #ED6F99. Grayscale: #656565. Windows color (decimal): -15560602 or 6721554. OLE color: 6721554.
HSL color Cylindrical-coordinate representation of color #129066: hue angle of 160º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129066 is Cyan = 0.88, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 18 | 144 | 102 | - |
| CMYK | 0.88 | 0 | 0.29 | 0.44 |
| HSL | 160º | 0.78% | 0.32% | - |
| HSV(B) | 160º | 0.88% | 0.56% | - |
| XYZ | 12.62 | 21.03 | 15.97 | - |
| YUV | 101.54 | 128.26 | 68.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 144 | 102 | 0.88 | 0 | 0.29 | 0.44 | 160 | 0.78 | 0.32 |
| Hex | 12 | 90 | 66 | 58 | 0 | 1D | 2C | A0 | 4E | 20 |
| Octal | 22 | 220 | 146 | 130 | 0 | 35 | 54 | 240 | 116 | 40 |
| Binary | 10010 | 10010000 | 1100110 | 1011000 | 0 | 11101 | 101100 | 10100000 | 1001110 | 100000 |
Color Harmonies of #129066
Complementary color
Monochromatic Colors of #129066
Black with #129066
Text Example
Text Example
White with #129066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129066; }
p { color: rgb(18,144,102); }
H1.HeaderClassName
{
color: #129066;
}
.AnyTagClassName
{
color: #129066;
}
</style>
background-color css
<style>
a { background-color: #129066; }
a { background-color: rgb(18,144,102); }
div.DivClassName
{
background-color: #129066;
}
.BgClassName
{
background-color: #129066;
}
</style>
border-color css
<style>
span { border-color: #129066; }
span { border-color: rgb(18,144,102); }
td.TdClassName
{
border-color: #129066;
}
.TagClassName
{
border-color: #129066;
}
</style>