Shades of Elf Green #129174
Tints of Elf Green #129174
RGB
CMYK
RGB Variations
Color information
#129174 (or 0x129174) is known color: Elf Green. HEX triplet: 12, 91 and 74. RGB value is (18,145,116). Sum of RGB (Red+Green+Blue) = 18+145+116=279 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.45% from 279); Green value is 145 (57.03% from 255 or 51.97% from 279); Blue value is 116 (45.70% from 255 or 41.58% from 279); Max value from RGB is 145 - color contains mainly: green. Hex color #129174 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129174 is #ED6E8B. Grayscale: #676767. Windows color (decimal): -15560332 or 7639314. OLE color: 7639314.
HSL color Cylindrical-coordinate representation of color #129174: hue angle of 166.3º 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 #129174 is Cyan = 0.88, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 18 | 145 | 116 | - |
| CMYK | 0.88 | 0 | 0.2 | 0.43 |
| HSL | 166.3º | 0.78% | 0.32% | - |
| HSV(B) | 166.3º | 0.88% | 0.57% | - |
| XYZ | 13.53 | 21.64 | 19.99 | - |
| YUV | 103.72 | 134.92 | 66.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 145 | 116 | 0.88 | 0 | 0.2 | 0.43 | 166.3 | 0.78 | 0.32 |
| Hex | 12 | 91 | 74 | 58 | 0 | 14 | 2B | A6 | 4E | 20 |
| Octal | 22 | 221 | 164 | 130 | 0 | 24 | 53 | 246 | 116 | 40 |
| Binary | 10010 | 10010001 | 1110100 | 1011000 | 0 | 10100 | 101011 | 10100110 | 1001110 | 100000 |
Color Harmonies of #129174
Complementary color
Monochromatic Colors of #129174
Black with #129174
Text Example
Text Example
White with #129174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129174; }
p { color: rgb(18,145,116); }
H1.HeaderClassName
{
color: #129174;
}
.AnyTagClassName
{
color: #129174;
}
</style>
background-color css
<style>
a { background-color: #129174; }
a { background-color: rgb(18,145,116); }
div.DivClassName
{
background-color: #129174;
}
.BgClassName
{
background-color: #129174;
}
</style>
border-color css
<style>
span { border-color: #129174; }
span { border-color: rgb(18,145,116); }
td.TdClassName
{
border-color: #129174;
}
.TagClassName
{
border-color: #129174;
}
</style>