Shades of Elf Green #0E896C
Tints of Elf Green #0E896C
RGB
CMYK
RGB Variations
Color information
#0E896C (or 0x0E896C) is known color: Elf Green. HEX triplet: 0E, 89 and 6C. RGB value is (14,137,108). Sum of RGB (Red+Green+Blue) = 14+137+108=259 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.41% from 259); Green value is 137 (53.91% from 255 or 52.90% from 259); Blue value is 108 (42.58% from 255 or 41.70% from 259); Max value from RGB is 137 - color contains mainly: green. Hex color #0E896C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E896C is #F17693. Grayscale: #606060. Windows color (decimal): -15824532 or 7112974. OLE color: 7112974.
HSL color Cylindrical-coordinate representation of color #0E896C: hue angle of 165.85º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E896C is Cyan = 0.90, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 14 | 137 | 108 | - |
| CMYK | 0.90 | 0 | 0.21 | 0.46 |
| HSL | 165.85º | 0.81% | 0.3% | - |
| HSV(B) | 165.85º | 0.9% | 0.54% | - |
| XYZ | 11.83 | 19.07 | 17.24 | - |
| YUV | 96.92 | 134.25 | 68.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 137 | 108 | 0.90 | 0 | 0.21 | 0.46 | 165.85 | 0.81 | 0.3 |
| Hex | E | 89 | 6C | 5A | 0 | 15 | 2E | A6 | 51 | 1E |
| Octal | 16 | 211 | 154 | 132 | 0 | 25 | 56 | 246 | 121 | 36 |
| Binary | 1110 | 10001001 | 1101100 | 1011010 | 0 | 10101 | 101110 | 10100110 | 1010001 | 11110 |
Color Harmonies of #0E896C
Complementary color
Monochromatic Colors of #0E896C
Black with #0E896C
Text Example
Text Example
White with #0E896C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E896C; }
p { color: rgb(14,137,108); }
H1.HeaderClassName
{
color: #0E896C;
}
.AnyTagClassName
{
color: #0E896C;
}
</style>
background-color css
<style>
a { background-color: #0E896C; }
a { background-color: rgb(14,137,108); }
div.DivClassName
{
background-color: #0E896C;
}
.BgClassName
{
background-color: #0E896C;
}
</style>
border-color css
<style>
span { border-color: #0E896C; }
span { border-color: rgb(14,137,108); }
td.TdClassName
{
border-color: #0E896C;
}
.TagClassName
{
border-color: #0E896C;
}
</style>