Shades of Elf Green #12926C
Tints of Elf Green #12926C
RGB
CMYK
RGB Variations
Color information
#12926C (or 0x12926C) is known color: Elf Green. HEX triplet: 12, 92 and 6C. RGB value is (18,146,108). Sum of RGB (Red+Green+Blue) = 18+146+108=272 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.62% from 272); Green value is 146 (57.42% from 255 or 53.68% from 272); Blue value is 108 (42.58% from 255 or 39.71% from 272); Max value from RGB is 146 - color contains mainly: green. Hex color #12926C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12926C is #ED6D93. Grayscale: #676767. Windows color (decimal): -15560084 or 7115282. OLE color: 7115282.
HSL color Cylindrical-coordinate representation of color #12926C: hue angle of 162.19º 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 #12926C is Cyan = 0.88, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 18 | 146 | 108 | - |
| CMYK | 0.88 | 0 | 0.26 | 0.43 |
| HSL | 162.19º | 0.78% | 0.32% | - |
| HSV(B) | 162.19º | 0.88% | 0.57% | - |
| XYZ | 13.24 | 21.77 | 17.69 | - |
| YUV | 103.4 | 130.59 | 67.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 146 | 108 | 0.88 | 0 | 0.26 | 0.43 | 162.19 | 0.78 | 0.32 |
| Hex | 12 | 92 | 6C | 58 | 0 | 1A | 2B | A2 | 4E | 20 |
| Octal | 22 | 222 | 154 | 130 | 0 | 32 | 53 | 242 | 116 | 40 |
| Binary | 10010 | 10010010 | 1101100 | 1011000 | 0 | 11010 | 101011 | 10100010 | 1001110 | 100000 |
Color Harmonies of #12926C
Complementary color
Monochromatic Colors of #12926C
Black with #12926C
Text Example
Text Example
White with #12926C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12926C; }
p { color: rgb(18,146,108); }
H1.HeaderClassName
{
color: #12926C;
}
.AnyTagClassName
{
color: #12926C;
}
</style>
background-color css
<style>
a { background-color: #12926C; }
a { background-color: rgb(18,146,108); }
div.DivClassName
{
background-color: #12926C;
}
.BgClassName
{
background-color: #12926C;
}
</style>
border-color css
<style>
span { border-color: #12926C; }
span { border-color: rgb(18,146,108); }
td.TdClassName
{
border-color: #12926C;
}
.TagClassName
{
border-color: #12926C;
}
</style>