Shades of Elf Green #129078
Tints of Elf Green #129078
RGB
CMYK
RGB Variations
Color information
#129078 (or 0x129078) is known color: Elf Green. HEX triplet: 12, 90 and 78. RGB value is (18,144,120). Sum of RGB (Red+Green+Blue) = 18+144+120=282 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.38% from 282); Green value is 144 (56.64% from 255 or 51.06% from 282); Blue value is 120 (47.27% from 255 or 42.55% from 282); Max value from RGB is 144 - color contains mainly: green. Hex color #129078 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129078 is #ED6F87. Grayscale: #676767. Windows color (decimal): -15560584 or 7901202. OLE color: 7901202.
HSL color Cylindrical-coordinate representation of color #129078: hue angle of 168.57º 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 #129078 is Cyan = 0.88, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 18 | 144 | 120 | - |
| CMYK | 0.88 | 0 | 0.17 | 0.44 |
| HSL | 168.57º | 0.78% | 0.32% | - |
| HSV(B) | 168.57º | 0.88% | 0.56% | - |
| XYZ | 13.61 | 21.43 | 21.19 | - |
| YUV | 103.59 | 137.26 | 66.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 144 | 120 | 0.88 | 0 | 0.17 | 0.44 | 168.57 | 0.78 | 0.32 |
| Hex | 12 | 90 | 78 | 58 | 0 | 11 | 2C | A9 | 4E | 20 |
| Octal | 22 | 220 | 170 | 130 | 0 | 21 | 54 | 251 | 116 | 40 |
| Binary | 10010 | 10010000 | 1111000 | 1011000 | 0 | 10001 | 101100 | 10101001 | 1001110 | 100000 |
Color Harmonies of #129078
Complementary color
Monochromatic Colors of #129078
Black with #129078
Text Example
Text Example
White with #129078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129078; }
p { color: rgb(18,144,120); }
H1.HeaderClassName
{
color: #129078;
}
.AnyTagClassName
{
color: #129078;
}
</style>
background-color css
<style>
a { background-color: #129078; }
a { background-color: rgb(18,144,120); }
div.DivClassName
{
background-color: #129078;
}
.BgClassName
{
background-color: #129078;
}
</style>
border-color css
<style>
span { border-color: #129078; }
span { border-color: rgb(18,144,120); }
td.TdClassName
{
border-color: #129078;
}
.TagClassName
{
border-color: #129078;
}
</style>