Shades of Elf Green #129262
Tints of Elf Green #129262
RGB
CMYK
RGB Variations
Color information
#129262 (or 0x129262) is known color: Elf Green. HEX triplet: 12, 92 and 62. RGB value is (18,146,98). Sum of RGB (Red+Green+Blue) = 18+146+98=262 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.87% from 262); Green value is 146 (57.42% from 255 or 55.73% from 262); Blue value is 98 (38.67% from 255 or 37.40% from 262); Max value from RGB is 146 - color contains mainly: green. Hex color #129262 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129262 is #ED6D9D. Grayscale: #666666. Windows color (decimal): -15560094 or 6459922. OLE color: 6459922.
HSL color Cylindrical-coordinate representation of color #129262: hue angle of 157.5º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129262 is Cyan = 0.88, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 18 | 146 | 98 | - |
| CMYK | 0.88 | 0 | 0.33 | 0.43 |
| HSL | 157.5º | 0.78% | 0.32% | - |
| HSV(B) | 157.5º | 0.88% | 0.57% | - |
| XYZ | 12.73 | 21.57 | 15.05 | - |
| YUV | 102.26 | 125.59 | 67.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 146 | 98 | 0.88 | 0 | 0.33 | 0.43 | 157.5 | 0.78 | 0.32 |
| Hex | 12 | 92 | 62 | 58 | 0 | 21 | 2B | 9E | 4E | 20 |
| Octal | 22 | 222 | 142 | 130 | 0 | 41 | 53 | 236 | 116 | 40 |
| Binary | 10010 | 10010010 | 1100010 | 1011000 | 0 | 100001 | 101011 | 10011110 | 1001110 | 100000 |
Color Harmonies of #129262
Complementary color
Monochromatic Colors of #129262
Black with #129262
Text Example
Text Example
White with #129262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129262; }
p { color: rgb(18,146,98); }
H1.HeaderClassName
{
color: #129262;
}
.AnyTagClassName
{
color: #129262;
}
</style>
background-color css
<style>
a { background-color: #129262; }
a { background-color: rgb(18,146,98); }
div.DivClassName
{
background-color: #129262;
}
.BgClassName
{
background-color: #129262;
}
</style>
border-color css
<style>
span { border-color: #129262; }
span { border-color: rgb(18,146,98); }
td.TdClassName
{
border-color: #129262;
}
.TagClassName
{
border-color: #129262;
}
</style>