Shades of Elf Green #129572
Tints of Elf Green #129572
RGB
CMYK
RGB Variations
Color information
#129572 (or 0x129572) is known color: Elf Green. HEX triplet: 12, 95 and 72. RGB value is (18,149,114). Sum of RGB (Red+Green+Blue) = 18+149+114=281 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.41% from 281); Green value is 149 (58.59% from 255 or 53.02% from 281); Blue value is 114 (44.92% from 255 or 40.57% from 281); Max value from RGB is 149 - color contains mainly: green. Hex color #129572 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129572 is #ED6A8D. Grayscale: #696969. Windows color (decimal): -15559310 or 7509266. OLE color: 7509266.
HSL color Cylindrical-coordinate representation of color #129572: hue angle of 163.97º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129572 is Cyan = 0.88, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 149 | 114 | - |
| CMYK | 0.88 | 0 | 0.23 | 0.42 |
| HSL | 163.97º | 0.78% | 0.33% | - |
| HSV(B) | 163.97º | 0.88% | 0.58% | - |
| XYZ | 14.03 | 22.84 | 19.59 | - |
| YUV | 105.84 | 132.6 | 65.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 149 | 114 | 0.88 | 0 | 0.23 | 0.42 | 163.97 | 0.78 | 0.33 |
| Hex | 12 | 95 | 72 | 58 | 0 | 17 | 2A | A4 | 4E | 21 |
| Octal | 22 | 225 | 162 | 130 | 0 | 27 | 52 | 244 | 116 | 41 |
| Binary | 10010 | 10010101 | 1110010 | 1011000 | 0 | 10111 | 101010 | 10100100 | 1001110 | 100001 |
Color Harmonies of #129572
Complementary color
Monochromatic Colors of #129572
Black with #129572
Text Example
Text Example
White with #129572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129572; }
p { color: rgb(18,149,114); }
H1.HeaderClassName
{
color: #129572;
}
.AnyTagClassName
{
color: #129572;
}
</style>
background-color css
<style>
a { background-color: #129572; }
a { background-color: rgb(18,149,114); }
div.DivClassName
{
background-color: #129572;
}
.BgClassName
{
background-color: #129572;
}
</style>
border-color css
<style>
span { border-color: #129572; }
span { border-color: rgb(18,149,114); }
td.TdClassName
{
border-color: #129572;
}
.TagClassName
{
border-color: #129572;
}
</style>