Shades of Elf Green #129462
Tints of Elf Green #129462
RGB
CMYK
RGB Variations
Color information
#129462 (or 0x129462) is known color: Elf Green. HEX triplet: 12, 94 and 62. RGB value is (18,148,98). Sum of RGB (Red+Green+Blue) = 18+148+98=264 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.82% from 264); Green value is 148 (58.20% from 255 or 56.06% from 264); Blue value is 98 (38.67% from 255 or 37.12% from 264); Max value from RGB is 148 - color contains mainly: green. Hex color #129462 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129462 is #ED6B9D. Grayscale: #676767. Windows color (decimal): -15559582 or 6460434. OLE color: 6460434.
HSL color Cylindrical-coordinate representation of color #129462: hue angle of 156.92º 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 #129462 is Cyan = 0.88, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 148 | 98 | - |
| CMYK | 0.88 | 0 | 0.34 | 0.42 |
| HSL | 156.92º | 0.78% | 0.33% | - |
| HSV(B) | 156.92º | 0.88% | 0.58% | - |
| XYZ | 13.04 | 22.19 | 15.15 | - |
| YUV | 103.43 | 124.93 | 67.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 148 | 98 | 0.88 | 0 | 0.34 | 0.42 | 156.92 | 0.78 | 0.33 |
| Hex | 12 | 94 | 62 | 58 | 0 | 22 | 2A | 9D | 4E | 21 |
| Octal | 22 | 224 | 142 | 130 | 0 | 42 | 52 | 235 | 116 | 41 |
| Binary | 10010 | 10010100 | 1100010 | 1011000 | 0 | 100010 | 101010 | 10011101 | 1001110 | 100001 |
Color Harmonies of #129462
Complementary color
Monochromatic Colors of #129462
Black with #129462
Text Example
Text Example
White with #129462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129462; }
p { color: rgb(18,148,98); }
H1.HeaderClassName
{
color: #129462;
}
.AnyTagClassName
{
color: #129462;
}
</style>
background-color css
<style>
a { background-color: #129462; }
a { background-color: rgb(18,148,98); }
div.DivClassName
{
background-color: #129462;
}
.BgClassName
{
background-color: #129462;
}
</style>
border-color css
<style>
span { border-color: #129462; }
span { border-color: rgb(18,148,98); }
td.TdClassName
{
border-color: #129462;
}
.TagClassName
{
border-color: #129462;
}
</style>