Shades of Elf Green #129361
Tints of Elf Green #129361
RGB
CMYK
RGB Variations
Color information
#129361 (or 0x129361) is known color: Elf Green. HEX triplet: 12, 93 and 61. RGB value is (18,147,97). Sum of RGB (Red+Green+Blue) = 18+147+97=262 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.87% from 262); Green value is 147 (57.81% from 255 or 56.11% from 262); Blue value is 97 (38.28% from 255 or 37.02% from 262); Max value from RGB is 147 - color contains mainly: green. Hex color #129361 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129361 is #ED6C9E. Grayscale: #666666. Windows color (decimal): -15559839 or 6394642. OLE color: 6394642.
HSL color Cylindrical-coordinate representation of color #129361: hue angle of 156.74º 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 #129361 is Cyan = 0.88, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 147 | 97 | - |
| CMYK | 0.88 | 0 | 0.34 | 0.42 |
| HSL | 156.74º | 0.78% | 0.32% | - |
| HSV(B) | 156.74º | 0.88% | 0.58% | - |
| XYZ | 12.84 | 21.86 | 14.85 | - |
| YUV | 102.73 | 124.76 | 67.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 147 | 97 | 0.88 | 0 | 0.34 | 0.42 | 156.74 | 0.78 | 0.32 |
| Hex | 12 | 93 | 61 | 58 | 0 | 22 | 2A | 9D | 4E | 20 |
| Octal | 22 | 223 | 141 | 130 | 0 | 42 | 52 | 235 | 116 | 40 |
| Binary | 10010 | 10010011 | 1100001 | 1011000 | 0 | 100010 | 101010 | 10011101 | 1001110 | 100000 |
Color Harmonies of #129361
Complementary color
Monochromatic Colors of #129361
Black with #129361
Text Example
Text Example
White with #129361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129361; }
p { color: rgb(18,147,97); }
H1.HeaderClassName
{
color: #129361;
}
.AnyTagClassName
{
color: #129361;
}
</style>
background-color css
<style>
a { background-color: #129361; }
a { background-color: rgb(18,147,97); }
div.DivClassName
{
background-color: #129361;
}
.BgClassName
{
background-color: #129361;
}
</style>
border-color css
<style>
span { border-color: #129361; }
span { border-color: rgb(18,147,97); }
td.TdClassName
{
border-color: #129361;
}
.TagClassName
{
border-color: #129361;
}
</style>