Shades of Elf Green #12966C
Tints of Elf Green #12966C
RGB
CMYK
RGB Variations
Color information
#12966C (or 0x12966C) is known color: Elf Green. HEX triplet: 12, 96 and 6C. RGB value is (18,150,108). Sum of RGB (Red+Green+Blue) = 18+150+108=276 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.52% from 276); Green value is 150 (58.98% from 255 or 54.35% from 276); Blue value is 108 (42.58% from 255 or 39.13% from 276); Max value from RGB is 150 - color contains mainly: green. Hex color #12966C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12966C is #ED6993. Grayscale: #696969. Windows color (decimal): -15559060 or 7116306. OLE color: 7116306.
HSL color Cylindrical-coordinate representation of color #12966C: hue angle of 160.91º 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 #12966C is Cyan = 0.88, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 18 | 150 | 108 | - |
| CMYK | 0.88 | 0 | 0.28 | 0.41 |
| HSL | 160.91º | 0.79% | 0.33% | - |
| HSV(B) | 160.91º | 0.88% | 0.59% | - |
| XYZ | 13.86 | 23.02 | 17.9 | - |
| YUV | 105.74 | 129.27 | 65.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 150 | 108 | 0.88 | 0 | 0.28 | 0.41 | 160.91 | 0.79 | 0.33 |
| Hex | 12 | 96 | 6C | 58 | 0 | 1C | 29 | A1 | 4F | 21 |
| Octal | 22 | 226 | 154 | 130 | 0 | 34 | 51 | 241 | 117 | 41 |
| Binary | 10010 | 10010110 | 1101100 | 1011000 | 0 | 11100 | 101001 | 10100001 | 1001111 | 100001 |
Color Harmonies of #12966C
Complementary color
Monochromatic Colors of #12966C
Black with #12966C
Text Example
Text Example
White with #12966C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12966C; }
p { color: rgb(18,150,108); }
H1.HeaderClassName
{
color: #12966C;
}
.AnyTagClassName
{
color: #12966C;
}
</style>
background-color css
<style>
a { background-color: #12966C; }
a { background-color: rgb(18,150,108); }
div.DivClassName
{
background-color: #12966C;
}
.BgClassName
{
background-color: #12966C;
}
</style>
border-color css
<style>
span { border-color: #12966C; }
span { border-color: rgb(18,150,108); }
td.TdClassName
{
border-color: #12966C;
}
.TagClassName
{
border-color: #12966C;
}
</style>