Shades of Elf Green #0E8B6B
Tints of Elf Green #0E8B6B
RGB
CMYK
RGB Variations
Color information
#0E8B6B (or 0x0E8B6B) is known color: Elf Green. HEX triplet: 0E, 8B and 6B. RGB value is (14,139,107). Sum of RGB (Red+Green+Blue) = 14+139+107=260 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.38% from 260); Green value is 139 (54.69% from 255 or 53.46% from 260); Blue value is 107 (42.19% from 255 or 41.15% from 260); Max value from RGB is 139 - color contains mainly: green. Hex color #0E8B6B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E8B6B is #F17494. Grayscale: #616161. Windows color (decimal): -15824021 or 7047950. OLE color: 7047950.
HSL color Cylindrical-coordinate representation of color #0E8B6B: hue angle of 164.64º 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 #0E8B6B is Cyan = 0.90, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 14 | 139 | 107 | - |
| CMYK | 0.90 | 0 | 0.23 | 0.45 |
| HSL | 164.64º | 0.82% | 0.3% | - |
| HSV(B) | 164.64º | 0.9% | 0.55% | - |
| XYZ | 12.07 | 19.62 | 17.06 | - |
| YUV | 97.98 | 133.09 | 68.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 139 | 107 | 0.90 | 0 | 0.23 | 0.45 | 164.64 | 0.82 | 0.3 |
| Hex | E | 8B | 6B | 5A | 0 | 17 | 2D | A5 | 52 | 1E |
| Octal | 16 | 213 | 153 | 132 | 0 | 27 | 55 | 245 | 122 | 36 |
| Binary | 1110 | 10001011 | 1101011 | 1011010 | 0 | 10111 | 101101 | 10100101 | 1010010 | 11110 |
Color Harmonies of #0E8B6B
Complementary color
Monochromatic Colors of #0E8B6B
Black with #0E8B6B
Text Example
Text Example
White with #0E8B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E8B6B; }
p { color: rgb(14,139,107); }
H1.HeaderClassName
{
color: #0E8B6B;
}
.AnyTagClassName
{
color: #0E8B6B;
}
</style>
background-color css
<style>
a { background-color: #0E8B6B; }
a { background-color: rgb(14,139,107); }
div.DivClassName
{
background-color: #0E8B6B;
}
.BgClassName
{
background-color: #0E8B6B;
}
</style>
border-color css
<style>
span { border-color: #0E8B6B; }
span { border-color: rgb(14,139,107); }
td.TdClassName
{
border-color: #0E8B6B;
}
.TagClassName
{
border-color: #0E8B6B;
}
</style>