Shades of Elf Green #129377
Tints of Elf Green #129377
RGB
CMYK
RGB Variations
Color information
#129377 (or 0x129377) is known color: Elf Green. HEX triplet: 12, 93 and 77. RGB value is (18,147,119). Sum of RGB (Red+Green+Blue) = 18+147+119=284 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.34% from 284); Green value is 147 (57.81% from 255 or 51.76% from 284); Blue value is 119 (46.88% from 255 or 41.90% from 284); Max value from RGB is 147 - color contains mainly: green. Hex color #129377 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129377 is #ED6C88. Grayscale: #696969. Windows color (decimal): -15559817 or 7836434. OLE color: 7836434.
HSL color Cylindrical-coordinate representation of color #129377: hue angle of 166.98º 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 #129377 is Cyan = 0.88, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 147 | 119 | - |
| CMYK | 0.88 | 0 | 0.19 | 0.42 |
| HSL | 166.98º | 0.78% | 0.32% | - |
| HSV(B) | 166.98º | 0.88% | 0.58% | - |
| XYZ | 14.01 | 22.33 | 21.02 | - |
| YUV | 105.24 | 135.76 | 65.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 147 | 119 | 0.88 | 0 | 0.19 | 0.42 | 166.98 | 0.78 | 0.32 |
| Hex | 12 | 93 | 77 | 58 | 0 | 13 | 2A | A7 | 4E | 20 |
| Octal | 22 | 223 | 167 | 130 | 0 | 23 | 52 | 247 | 116 | 40 |
| Binary | 10010 | 10010011 | 1110111 | 1011000 | 0 | 10011 | 101010 | 10100111 | 1001110 | 100000 |
Color Harmonies of #129377
Complementary color
Monochromatic Colors of #129377
Black with #129377
Text Example
Text Example
White with #129377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129377; }
p { color: rgb(18,147,119); }
H1.HeaderClassName
{
color: #129377;
}
.AnyTagClassName
{
color: #129377;
}
</style>
background-color css
<style>
a { background-color: #129377; }
a { background-color: rgb(18,147,119); }
div.DivClassName
{
background-color: #129377;
}
.BgClassName
{
background-color: #129377;
}
</style>
border-color css
<style>
span { border-color: #129377; }
span { border-color: rgb(18,147,119); }
td.TdClassName
{
border-color: #129377;
}
.TagClassName
{
border-color: #129377;
}
</style>