Shades of Elf Green #12926D
Tints of Elf Green #12926D
RGB
CMYK
RGB Variations
Color information
#12926D (or 0x12926D) is known color: Elf Green. HEX triplet: 12, 92 and 6D. RGB value is (18,146,109). Sum of RGB (Red+Green+Blue) = 18+146+109=273 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.59% from 273); Green value is 146 (57.42% from 255 or 53.48% from 273); Blue value is 109 (42.97% from 255 or 39.93% from 273); Max value from RGB is 146 - color contains mainly: green. Hex color #12926D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12926D is #ED6D92. Grayscale: #676767. Windows color (decimal): -15560083 or 7180818. OLE color: 7180818.
HSL color Cylindrical-coordinate representation of color #12926D: hue angle of 162.66º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12926D is Cyan = 0.88, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 18 | 146 | 109 | - |
| CMYK | 0.88 | 0 | 0.25 | 0.43 |
| HSL | 162.66º | 0.78% | 0.32% | - |
| HSV(B) | 162.66º | 0.88% | 0.57% | - |
| XYZ | 13.29 | 21.79 | 17.97 | - |
| YUV | 103.51 | 131.09 | 67.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 146 | 109 | 0.88 | 0 | 0.25 | 0.43 | 162.66 | 0.78 | 0.32 |
| Hex | 12 | 92 | 6D | 58 | 0 | 19 | 2B | A3 | 4E | 20 |
| Octal | 22 | 222 | 155 | 130 | 0 | 31 | 53 | 243 | 116 | 40 |
| Binary | 10010 | 10010010 | 1101101 | 1011000 | 0 | 11001 | 101011 | 10100011 | 1001110 | 100000 |
Color Harmonies of #12926D
Complementary color
Monochromatic Colors of #12926D
Black with #12926D
Text Example
Text Example
White with #12926D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12926D; }
p { color: rgb(18,146,109); }
H1.HeaderClassName
{
color: #12926D;
}
.AnyTagClassName
{
color: #12926D;
}
</style>
background-color css
<style>
a { background-color: #12926D; }
a { background-color: rgb(18,146,109); }
div.DivClassName
{
background-color: #12926D;
}
.BgClassName
{
background-color: #12926D;
}
</style>
border-color css
<style>
span { border-color: #12926D; }
span { border-color: rgb(18,146,109); }
td.TdClassName
{
border-color: #12926D;
}
.TagClassName
{
border-color: #12926D;
}
</style>