Shades of Elf Green #129968
Tints of Elf Green #129968
RGB
CMYK
RGB Variations
Color information
#129968 (or 0x129968) is known color: Elf Green. HEX triplet: 12, 99 and 68. RGB value is (18,153,104). Sum of RGB (Red+Green+Blue) = 18+153+104=275 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.55% from 275); Green value is 153 (60.16% from 255 or 55.64% from 275); Blue value is 104 (41.02% from 255 or 37.82% from 275); Max value from RGB is 153 - color contains mainly: green. Hex color #129968 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129968 is #ED6697. Grayscale: #6B6B6B. Windows color (decimal): -15558296 or 6854930. OLE color: 6854930.
HSL color Cylindrical-coordinate representation of color #129968: hue angle of 158.22º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129968 is Cyan = 0.88, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 18 | 153 | 104 | - |
| CMYK | 0.88 | 0 | 0.32 | 0.4 |
| HSL | 158.22º | 0.79% | 0.34% | - |
| HSV(B) | 158.22º | 0.88% | 0.6% | - |
| XYZ | 14.14 | 23.91 | 16.97 | - |
| YUV | 107.05 | 126.27 | 64.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 153 | 104 | 0.88 | 0 | 0.32 | 0.4 | 158.22 | 0.79 | 0.34 |
| Hex | 12 | 99 | 68 | 58 | 0 | 20 | 28 | 9E | 4F | 22 |
| Octal | 22 | 231 | 150 | 130 | 0 | 40 | 50 | 236 | 117 | 42 |
| Binary | 10010 | 10011001 | 1101000 | 1011000 | 0 | 100000 | 101000 | 10011110 | 1001111 | 100010 |
Color Harmonies of #129968
Complementary color
Monochromatic Colors of #129968
Black with #129968
Text Example
Text Example
White with #129968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129968; }
p { color: rgb(18,153,104); }
H1.HeaderClassName
{
color: #129968;
}
.AnyTagClassName
{
color: #129968;
}
</style>
background-color css
<style>
a { background-color: #129968; }
a { background-color: rgb(18,153,104); }
div.DivClassName
{
background-color: #129968;
}
.BgClassName
{
background-color: #129968;
}
</style>
border-color css
<style>
span { border-color: #129968; }
span { border-color: rgb(18,153,104); }
td.TdClassName
{
border-color: #129968;
}
.TagClassName
{
border-color: #129968;
}
</style>