Shades of Elf Green #12936C
Tints of Elf Green #12936C
RGB
CMYK
RGB Variations
Color information
#12936C (or 0x12936C) is known color: Elf Green. HEX triplet: 12, 93 and 6C. RGB value is (18,147,108). Sum of RGB (Red+Green+Blue) = 18+147+108=273 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.59% from 273); Green value is 147 (57.81% from 255 or 53.85% from 273); Blue value is 108 (42.58% from 255 or 39.56% from 273); Max value from RGB is 147 - color contains mainly: green. Hex color #12936C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12936C is #ED6C93. Grayscale: #686868. Windows color (decimal): -15559828 or 7115538. OLE color: 7115538.
HSL color Cylindrical-coordinate representation of color #12936C: hue angle of 161.86º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12936C is Cyan = 0.88, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 147 | 108 | - |
| CMYK | 0.88 | 0 | 0.27 | 0.42 |
| HSL | 161.86º | 0.78% | 0.32% | - |
| HSV(B) | 161.86º | 0.88% | 0.58% | - |
| XYZ | 13.39 | 22.08 | 17.74 | - |
| YUV | 103.98 | 130.26 | 66.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 147 | 108 | 0.88 | 0 | 0.27 | 0.42 | 161.86 | 0.78 | 0.32 |
| Hex | 12 | 93 | 6C | 58 | 0 | 1B | 2A | A2 | 4E | 20 |
| Octal | 22 | 223 | 154 | 130 | 0 | 33 | 52 | 242 | 116 | 40 |
| Binary | 10010 | 10010011 | 1101100 | 1011000 | 0 | 11011 | 101010 | 10100010 | 1001110 | 100000 |
Color Harmonies of #12936C
Complementary color
Monochromatic Colors of #12936C
Black with #12936C
Text Example
Text Example
White with #12936C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12936C; }
p { color: rgb(18,147,108); }
H1.HeaderClassName
{
color: #12936C;
}
.AnyTagClassName
{
color: #12936C;
}
</style>
background-color css
<style>
a { background-color: #12936C; }
a { background-color: rgb(18,147,108); }
div.DivClassName
{
background-color: #12936C;
}
.BgClassName
{
background-color: #12936C;
}
</style>
border-color css
<style>
span { border-color: #12936C; }
span { border-color: rgb(18,147,108); }
td.TdClassName
{
border-color: #12936C;
}
.TagClassName
{
border-color: #12936C;
}
</style>