Shades of Elf Green #12896D
Tints of Elf Green #12896D
RGB
CMYK
RGB Variations
Color information
#12896D (or 0x12896D) is known color: Elf Green. HEX triplet: 12, 89 and 6D. RGB value is (18,137,109). Sum of RGB (Red+Green+Blue) = 18+137+109=264 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.82% from 264); Green value is 137 (53.91% from 255 or 51.89% from 264); Blue value is 109 (42.97% from 255 or 41.29% from 264); Max value from RGB is 137 - color contains mainly: green. Hex color #12896D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12896D is #ED7692. Grayscale: #626262. Windows color (decimal): -15562387 or 7178514. OLE color: 7178514.
HSL color Cylindrical-coordinate representation of color #12896D: hue angle of 165.88º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12896D is Cyan = 0.87, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 18 | 137 | 109 | - |
| CMYK | 0.87 | 0 | 0.20 | 0.46 |
| HSL | 165.88º | 0.77% | 0.3% | - |
| HSV(B) | 165.88º | 0.87% | 0.54% | - |
| XYZ | 11.96 | 19.12 | 17.53 | - |
| YUV | 98.23 | 134.08 | 70.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 137 | 109 | 0.87 | 0 | 0.20 | 0.46 | 165.88 | 0.77 | 0.3 |
| Hex | 12 | 89 | 6D | 57 | 0 | 14 | 2E | A6 | 4D | 1E |
| Octal | 22 | 211 | 155 | 127 | 0 | 24 | 56 | 246 | 115 | 36 |
| Binary | 10010 | 10001001 | 1101101 | 1010111 | 0 | 10100 | 101110 | 10100110 | 1001101 | 11110 |
Color Harmonies of #12896D
Complementary color
Monochromatic Colors of #12896D
Black with #12896D
Text Example
Text Example
White with #12896D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12896D; }
p { color: rgb(18,137,109); }
H1.HeaderClassName
{
color: #12896D;
}
.AnyTagClassName
{
color: #12896D;
}
</style>
background-color css
<style>
a { background-color: #12896D; }
a { background-color: rgb(18,137,109); }
div.DivClassName
{
background-color: #12896D;
}
.BgClassName
{
background-color: #12896D;
}
</style>
border-color css
<style>
span { border-color: #12896D; }
span { border-color: rgb(18,137,109); }
td.TdClassName
{
border-color: #12896D;
}
.TagClassName
{
border-color: #12896D;
}
</style>