Shades of Elf Green #12936F
Tints of Elf Green #12936F
RGB
CMYK
RGB Variations
Color information
#12936F (or 0x12936F) is known color: Elf Green. HEX triplet: 12, 93 and 6F. RGB value is (18,147,111). Sum of RGB (Red+Green+Blue) = 18+147+111=276 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.52% from 276); Green value is 147 (57.81% from 255 or 53.26% from 276); Blue value is 111 (43.75% from 255 or 40.22% from 276); Max value from RGB is 147 - color contains mainly: green. Hex color #12936F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12936F is #ED6C90. Grayscale: #686868. Windows color (decimal): -15559825 or 7312146. OLE color: 7312146.
HSL color Cylindrical-coordinate representation of color #12936F: hue angle of 163.26º 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 #12936F is Cyan = 0.88, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 147 | 111 | - |
| CMYK | 0.88 | 0 | 0.24 | 0.42 |
| HSL | 163.26º | 0.78% | 0.32% | - |
| HSV(B) | 163.26º | 0.88% | 0.58% | - |
| XYZ | 13.55 | 22.14 | 18.6 | - |
| YUV | 104.33 | 131.76 | 66.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 147 | 111 | 0.88 | 0 | 0.24 | 0.42 | 163.26 | 0.78 | 0.32 |
| Hex | 12 | 93 | 6F | 58 | 0 | 18 | 2A | A3 | 4E | 20 |
| Octal | 22 | 223 | 157 | 130 | 0 | 30 | 52 | 243 | 116 | 40 |
| Binary | 10010 | 10010011 | 1101111 | 1011000 | 0 | 11000 | 101010 | 10100011 | 1001110 | 100000 |
Color Harmonies of #12936F
Complementary color
Monochromatic Colors of #12936F
Black with #12936F
Text Example
Text Example
White with #12936F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12936F; }
p { color: rgb(18,147,111); }
H1.HeaderClassName
{
color: #12936F;
}
.AnyTagClassName
{
color: #12936F;
}
</style>
background-color css
<style>
a { background-color: #12936F; }
a { background-color: rgb(18,147,111); }
div.DivClassName
{
background-color: #12936F;
}
.BgClassName
{
background-color: #12936F;
}
</style>
border-color css
<style>
span { border-color: #12936F; }
span { border-color: rgb(18,147,111); }
td.TdClassName
{
border-color: #12936F;
}
.TagClassName
{
border-color: #12936F;
}
</style>