Shades of Elf Green #129172
Tints of Elf Green #129172
RGB
CMYK
RGB Variations
Color information
#129172 (or 0x129172) is known color: Elf Green. HEX triplet: 12, 91 and 72. RGB value is (18,145,114). Sum of RGB (Red+Green+Blue) = 18+145+114=277 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.50% from 277); Green value is 145 (57.03% from 255 or 52.35% from 277); Blue value is 114 (44.92% from 255 or 41.16% from 277); Max value from RGB is 145 - color contains mainly: green. Hex color #129172 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129172 is #ED6E8D. Grayscale: #676767. Windows color (decimal): -15560334 or 7508242. OLE color: 7508242.
HSL color Cylindrical-coordinate representation of color #129172: hue angle of 165.35º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129172 is Cyan = 0.88, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 18 | 145 | 114 | - |
| CMYK | 0.88 | 0 | 0.21 | 0.43 |
| HSL | 165.35º | 0.78% | 0.32% | - |
| HSV(B) | 165.35º | 0.88% | 0.57% | - |
| XYZ | 13.41 | 21.59 | 19.38 | - |
| YUV | 103.49 | 133.92 | 67.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 145 | 114 | 0.88 | 0 | 0.21 | 0.43 | 165.35 | 0.78 | 0.32 |
| Hex | 12 | 91 | 72 | 58 | 0 | 15 | 2B | A5 | 4E | 20 |
| Octal | 22 | 221 | 162 | 130 | 0 | 25 | 53 | 245 | 116 | 40 |
| Binary | 10010 | 10010001 | 1110010 | 1011000 | 0 | 10101 | 101011 | 10100101 | 1001110 | 100000 |
Color Harmonies of #129172
Complementary color
Monochromatic Colors of #129172
Black with #129172
Text Example
Text Example
White with #129172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129172; }
p { color: rgb(18,145,114); }
H1.HeaderClassName
{
color: #129172;
}
.AnyTagClassName
{
color: #129172;
}
</style>
background-color css
<style>
a { background-color: #129172; }
a { background-color: rgb(18,145,114); }
div.DivClassName
{
background-color: #129172;
}
.BgClassName
{
background-color: #129172;
}
</style>
border-color css
<style>
span { border-color: #129172; }
span { border-color: rgb(18,145,114); }
td.TdClassName
{
border-color: #129172;
}
.TagClassName
{
border-color: #129172;
}
</style>