Shades of Elf Green #0E8D6B
Tints of Elf Green #0E8D6B
RGB
CMYK
RGB Variations
Color information
#0E8D6B (or 0x0E8D6B) is known color: Elf Green. HEX triplet: 0E, 8D and 6B. RGB value is (14,141,107). Sum of RGB (Red+Green+Blue) = 14+141+107=262 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.34% from 262); Green value is 141 (55.47% from 255 or 53.82% from 262); Blue value is 107 (42.19% from 255 or 40.84% from 262); Max value from RGB is 141 - color contains mainly: green. Hex color #0E8D6B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E8D6B is #F17294. Grayscale: #636363. Windows color (decimal): -15823509 or 7048462. OLE color: 7048462.
HSL color Cylindrical-coordinate representation of color #0E8D6B: hue angle of 163.94º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E8D6B is Cyan = 0.90, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 14 | 141 | 107 | - |
| CMYK | 0.90 | 0 | 0.24 | 0.45 |
| HSL | 163.94º | 0.82% | 0.3% | - |
| HSV(B) | 163.94º | 0.9% | 0.55% | - |
| XYZ | 12.36 | 20.2 | 17.16 | - |
| YUV | 99.15 | 132.42 | 67.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 141 | 107 | 0.90 | 0 | 0.24 | 0.45 | 163.94 | 0.82 | 0.3 |
| Hex | E | 8D | 6B | 5A | 0 | 18 | 2D | A4 | 52 | 1E |
| Octal | 16 | 215 | 153 | 132 | 0 | 30 | 55 | 244 | 122 | 36 |
| Binary | 1110 | 10001101 | 1101011 | 1011010 | 0 | 11000 | 101101 | 10100100 | 1010010 | 11110 |
Color Harmonies of #0E8D6B
Complementary color
Monochromatic Colors of #0E8D6B
Black with #0E8D6B
Text Example
Text Example
White with #0E8D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E8D6B; }
p { color: rgb(14,141,107); }
H1.HeaderClassName
{
color: #0E8D6B;
}
.AnyTagClassName
{
color: #0E8D6B;
}
</style>
background-color css
<style>
a { background-color: #0E8D6B; }
a { background-color: rgb(14,141,107); }
div.DivClassName
{
background-color: #0E8D6B;
}
.BgClassName
{
background-color: #0E8D6B;
}
</style>
border-color css
<style>
span { border-color: #0E8D6B; }
span { border-color: rgb(14,141,107); }
td.TdClassName
{
border-color: #0E8D6B;
}
.TagClassName
{
border-color: #0E8D6B;
}
</style>