Shades of Elf Green #129360
Tints of Elf Green #129360
RGB
CMYK
RGB Variations
Color information
#129360 (or 0x129360) is known color: Elf Green. HEX triplet: 12, 93 and 60. RGB value is (18,147,96). Sum of RGB (Red+Green+Blue) = 18+147+96=261 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.90% from 261); Green value is 147 (57.81% from 255 or 56.32% from 261); Blue value is 96 (37.89% from 255 or 36.78% from 261); Max value from RGB is 147 - color contains mainly: green. Hex color #129360 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129360 is #ED6C9F. Grayscale: #666666. Windows color (decimal): -15559840 or 6329106. OLE color: 6329106.
HSL color Cylindrical-coordinate representation of color #129360: hue angle of 156.28º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129360 is Cyan = 0.88, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 147 | 96 | - |
| CMYK | 0.88 | 0 | 0.35 | 0.42 |
| HSL | 156.28º | 0.78% | 0.32% | - |
| HSV(B) | 156.28º | 0.88% | 0.58% | - |
| XYZ | 12.79 | 21.84 | 14.61 | - |
| YUV | 102.62 | 124.26 | 67.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 147 | 96 | 0.88 | 0 | 0.35 | 0.42 | 156.28 | 0.78 | 0.32 |
| Hex | 12 | 93 | 60 | 58 | 0 | 23 | 2A | 9C | 4E | 20 |
| Octal | 22 | 223 | 140 | 130 | 0 | 43 | 52 | 234 | 116 | 40 |
| Binary | 10010 | 10010011 | 1100000 | 1011000 | 0 | 100011 | 101010 | 10011100 | 1001110 | 100000 |
Color Harmonies of #129360
Complementary color
Monochromatic Colors of #129360
Black with #129360
Text Example
Text Example
White with #129360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129360; }
p { color: rgb(18,147,96); }
H1.HeaderClassName
{
color: #129360;
}
.AnyTagClassName
{
color: #129360;
}
</style>
background-color css
<style>
a { background-color: #129360; }
a { background-color: rgb(18,147,96); }
div.DivClassName
{
background-color: #129360;
}
.BgClassName
{
background-color: #129360;
}
</style>
border-color css
<style>
span { border-color: #129360; }
span { border-color: rgb(18,147,96); }
td.TdClassName
{
border-color: #129360;
}
.TagClassName
{
border-color: #129360;
}
</style>