Shades of Elf Green #129764
Tints of Elf Green #129764
RGB
CMYK
RGB Variations
Color information
#129764 (or 0x129764) is known color: Elf Green. HEX triplet: 12, 97 and 64. RGB value is (18,151,100). Sum of RGB (Red+Green+Blue) = 18+151+100=269 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.69% from 269); Green value is 151 (59.38% from 255 or 56.13% from 269); Blue value is 100 (39.45% from 255 or 37.17% from 269); Max value from RGB is 151 - color contains mainly: green. Hex color #129764 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129764 is #ED689B. Grayscale: #696969. Windows color (decimal): -15558812 or 6592274. OLE color: 6592274.
HSL color Cylindrical-coordinate representation of color #129764: hue angle of 156.99º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129764 is Cyan = 0.88, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 18 | 151 | 100 | - |
| CMYK | 0.88 | 0 | 0.34 | 0.41 |
| HSL | 156.99º | 0.79% | 0.33% | - |
| HSV(B) | 156.99º | 0.88% | 0.59% | - |
| XYZ | 13.62 | 23.18 | 15.81 | - |
| YUV | 105.42 | 124.94 | 65.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 151 | 100 | 0.88 | 0 | 0.34 | 0.41 | 156.99 | 0.79 | 0.33 |
| Hex | 12 | 97 | 64 | 58 | 0 | 22 | 29 | 9D | 4F | 21 |
| Octal | 22 | 227 | 144 | 130 | 0 | 42 | 51 | 235 | 117 | 41 |
| Binary | 10010 | 10010111 | 1100100 | 1011000 | 0 | 100010 | 101001 | 10011101 | 1001111 | 100001 |
Color Harmonies of #129764
Complementary color
Monochromatic Colors of #129764
Black with #129764
Text Example
Text Example
White with #129764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129764; }
p { color: rgb(18,151,100); }
H1.HeaderClassName
{
color: #129764;
}
.AnyTagClassName
{
color: #129764;
}
</style>
background-color css
<style>
a { background-color: #129764; }
a { background-color: rgb(18,151,100); }
div.DivClassName
{
background-color: #129764;
}
.BgClassName
{
background-color: #129764;
}
</style>
border-color css
<style>
span { border-color: #129764; }
span { border-color: rgb(18,151,100); }
td.TdClassName
{
border-color: #129764;
}
.TagClassName
{
border-color: #129764;
}
</style>