Shades of Elf Green #12906C
Tints of Elf Green #12906C
RGB
CMYK
RGB Variations
Color information
#12906C (or 0x12906C) is known color: Elf Green. HEX triplet: 12, 90 and 6C. RGB value is (18,144,108). Sum of RGB (Red+Green+Blue) = 18+144+108=270 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.67% from 270); Green value is 144 (56.64% from 255 or 53.33% from 270); Blue value is 108 (42.58% from 255 or 40% from 270); Max value from RGB is 144 - color contains mainly: green. Hex color #12906C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12906C is #ED6F93. Grayscale: #666666. Windows color (decimal): -15560596 or 7114770. OLE color: 7114770.
HSL color Cylindrical-coordinate representation of color #12906C: hue angle of 162.86º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12906C is Cyan = 0.88, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 18 | 144 | 108 | - |
| CMYK | 0.88 | 0 | 0.25 | 0.44 |
| HSL | 162.86º | 0.78% | 0.32% | - |
| HSV(B) | 162.86º | 0.88% | 0.56% | - |
| XYZ | 12.93 | 21.16 | 17.59 | - |
| YUV | 102.22 | 131.26 | 67.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 144 | 108 | 0.88 | 0 | 0.25 | 0.44 | 162.86 | 0.78 | 0.32 |
| Hex | 12 | 90 | 6C | 58 | 0 | 19 | 2C | A3 | 4E | 20 |
| Octal | 22 | 220 | 154 | 130 | 0 | 31 | 54 | 243 | 116 | 40 |
| Binary | 10010 | 10010000 | 1101100 | 1011000 | 0 | 11001 | 101100 | 10100011 | 1001110 | 100000 |
Color Harmonies of #12906C
Complementary color
Monochromatic Colors of #12906C
Black with #12906C
Text Example
Text Example
White with #12906C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12906C; }
p { color: rgb(18,144,108); }
H1.HeaderClassName
{
color: #12906C;
}
.AnyTagClassName
{
color: #12906C;
}
</style>
background-color css
<style>
a { background-color: #12906C; }
a { background-color: rgb(18,144,108); }
div.DivClassName
{
background-color: #12906C;
}
.BgClassName
{
background-color: #12906C;
}
</style>
border-color css
<style>
span { border-color: #12906C; }
span { border-color: rgb(18,144,108); }
td.TdClassName
{
border-color: #12906C;
}
.TagClassName
{
border-color: #12906C;
}
</style>