Shades of Elf Green #12896C
Tints of Elf Green #12896C
RGB
CMYK
RGB Variations
Color information
#12896C (or 0x12896C) is known color: Elf Green. HEX triplet: 12, 89 and 6C. RGB value is (18,137,108). Sum of RGB (Red+Green+Blue) = 18+137+108=263 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.84% from 263); Green value is 137 (53.91% from 255 or 52.09% from 263); Blue value is 108 (42.58% from 255 or 41.06% from 263); Max value from RGB is 137 - color contains mainly: green. Hex color #12896C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12896C is #ED7693. Grayscale: #626262. Windows color (decimal): -15562388 or 7112978. OLE color: 7112978.
HSL color Cylindrical-coordinate representation of color #12896C: hue angle of 165.38º 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 #12896C is Cyan = 0.87, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 18 | 137 | 108 | - |
| CMYK | 0.87 | 0 | 0.21 | 0.46 |
| HSL | 165.38º | 0.77% | 0.3% | - |
| HSV(B) | 165.38º | 0.87% | 0.54% | - |
| XYZ | 11.9 | 19.1 | 17.25 | - |
| YUV | 98.11 | 133.58 | 70.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 137 | 108 | 0.87 | 0 | 0.21 | 0.46 | 165.38 | 0.77 | 0.3 |
| Hex | 12 | 89 | 6C | 57 | 0 | 15 | 2E | A5 | 4D | 1E |
| Octal | 22 | 211 | 154 | 127 | 0 | 25 | 56 | 245 | 115 | 36 |
| Binary | 10010 | 10001001 | 1101100 | 1010111 | 0 | 10101 | 101110 | 10100101 | 1001101 | 11110 |
Color Harmonies of #12896C
Complementary color
Monochromatic Colors of #12896C
Black with #12896C
Text Example
Text Example
White with #12896C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12896C; }
p { color: rgb(18,137,108); }
H1.HeaderClassName
{
color: #12896C;
}
.AnyTagClassName
{
color: #12896C;
}
</style>
background-color css
<style>
a { background-color: #12896C; }
a { background-color: rgb(18,137,108); }
div.DivClassName
{
background-color: #12896C;
}
.BgClassName
{
background-color: #12896C;
}
</style>
border-color css
<style>
span { border-color: #12896C; }
span { border-color: rgb(18,137,108); }
td.TdClassName
{
border-color: #12896C;
}
.TagClassName
{
border-color: #12896C;
}
</style>