Shades of Elf Green #129563
Tints of Elf Green #129563
RGB
CMYK
RGB Variations
Color information
#129563 (or 0x129563) is known color: Elf Green. HEX triplet: 12, 95 and 63. RGB value is (18,149,99). Sum of RGB (Red+Green+Blue) = 18+149+99=266 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.77% from 266); Green value is 149 (58.59% from 255 or 56.02% from 266); Blue value is 99 (39.06% from 255 or 37.22% from 266); Max value from RGB is 149 - color contains mainly: green. Hex color #129563 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129563 is #ED6A9C. Grayscale: #686868. Windows color (decimal): -15559325 or 6526226. OLE color: 6526226.
HSL color Cylindrical-coordinate representation of color #129563: hue angle of 157.1º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129563 is Cyan = 0.88, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 149 | 99 | - |
| CMYK | 0.88 | 0 | 0.34 | 0.42 |
| HSL | 157.1º | 0.78% | 0.33% | - |
| HSV(B) | 157.1º | 0.88% | 0.58% | - |
| XYZ | 13.25 | 22.52 | 15.45 | - |
| YUV | 104.13 | 125.1 | 66.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 149 | 99 | 0.88 | 0 | 0.34 | 0.42 | 157.1 | 0.78 | 0.33 |
| Hex | 12 | 95 | 63 | 58 | 0 | 22 | 2A | 9D | 4E | 21 |
| Octal | 22 | 225 | 143 | 130 | 0 | 42 | 52 | 235 | 116 | 41 |
| Binary | 10010 | 10010101 | 1100011 | 1011000 | 0 | 100010 | 101010 | 10011101 | 1001110 | 100001 |
Color Harmonies of #129563
Complementary color
Monochromatic Colors of #129563
Black with #129563
Text Example
Text Example
White with #129563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129563; }
p { color: rgb(18,149,99); }
H1.HeaderClassName
{
color: #129563;
}
.AnyTagClassName
{
color: #129563;
}
</style>
background-color css
<style>
a { background-color: #129563; }
a { background-color: rgb(18,149,99); }
div.DivClassName
{
background-color: #129563;
}
.BgClassName
{
background-color: #129563;
}
</style>
border-color css
<style>
span { border-color: #129563; }
span { border-color: rgb(18,149,99); }
td.TdClassName
{
border-color: #129563;
}
.TagClassName
{
border-color: #129563;
}
</style>