Shades of Elf Green #12956D
Tints of Elf Green #12956D
RGB
CMYK
RGB Variations
Color information
#12956D (or 0x12956D) is known color: Elf Green. HEX triplet: 12, 95 and 6D. RGB value is (18,149,109). Sum of RGB (Red+Green+Blue) = 18+149+109=276 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.52% from 276); Green value is 149 (58.59% from 255 or 53.99% from 276); Blue value is 109 (42.97% from 255 or 39.49% from 276); Max value from RGB is 149 - color contains mainly: green. Hex color #12956D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12956D is #ED6A92. Grayscale: #696969. Windows color (decimal): -15559315 or 7181586. OLE color: 7181586.
HSL color Cylindrical-coordinate representation of color #12956D: hue angle of 161.68º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12956D is Cyan = 0.88, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 149 | 109 | - |
| CMYK | 0.88 | 0 | 0.27 | 0.42 |
| HSL | 161.68º | 0.78% | 0.33% | - |
| HSV(B) | 161.68º | 0.88% | 0.58% | - |
| XYZ | 13.76 | 22.73 | 18.13 | - |
| YUV | 105.27 | 130.1 | 65.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 149 | 109 | 0.88 | 0 | 0.27 | 0.42 | 161.68 | 0.78 | 0.33 |
| Hex | 12 | 95 | 6D | 58 | 0 | 1B | 2A | A2 | 4E | 21 |
| Octal | 22 | 225 | 155 | 130 | 0 | 33 | 52 | 242 | 116 | 41 |
| Binary | 10010 | 10010101 | 1101101 | 1011000 | 0 | 11011 | 101010 | 10100010 | 1001110 | 100001 |
Color Harmonies of #12956D
Complementary color
Monochromatic Colors of #12956D
Black with #12956D
Text Example
Text Example
White with #12956D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12956D; }
p { color: rgb(18,149,109); }
H1.HeaderClassName
{
color: #12956D;
}
.AnyTagClassName
{
color: #12956D;
}
</style>
background-color css
<style>
a { background-color: #12956D; }
a { background-color: rgb(18,149,109); }
div.DivClassName
{
background-color: #12956D;
}
.BgClassName
{
background-color: #12956D;
}
</style>
border-color css
<style>
span { border-color: #12956D; }
span { border-color: rgb(18,149,109); }
td.TdClassName
{
border-color: #12956D;
}
.TagClassName
{
border-color: #12956D;
}
</style>