Shades of Elf Green #0E9065
Tints of Elf Green #0E9065
RGB
CMYK
RGB Variations
Color information
#0E9065 (or 0x0E9065) is known color: Elf Green. HEX triplet: 0E, 90 and 65. RGB value is (14,144,101). Sum of RGB (Red+Green+Blue) = 14+144+101=259 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.41% from 259); Green value is 144 (56.64% from 255 or 55.60% from 259); Blue value is 101 (39.84% from 255 or 39.00% from 259); Max value from RGB is 144 - color contains mainly: green. Hex color #0E9065 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E9065 is #F16F9A. Grayscale: #646464. Windows color (decimal): -15822747 or 6656014. OLE color: 6656014.
HSL color Cylindrical-coordinate representation of color #0E9065: hue angle of 160.15º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E9065 is Cyan = 0.90, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 14 | 144 | 101 | - |
| CMYK | 0.90 | 0 | 0.30 | 0.44 |
| HSL | 160.15º | 0.82% | 0.31% | - |
| HSV(B) | 160.15º | 0.9% | 0.56% | - |
| XYZ | 12.5 | 20.98 | 15.7 | - |
| YUV | 100.23 | 128.43 | 66.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 144 | 101 | 0.90 | 0 | 0.30 | 0.44 | 160.15 | 0.82 | 0.31 |
| Hex | E | 90 | 65 | 5A | 0 | 1E | 2C | A0 | 52 | 1F |
| Octal | 16 | 220 | 145 | 132 | 0 | 36 | 54 | 240 | 122 | 37 |
| Binary | 1110 | 10010000 | 1100101 | 1011010 | 0 | 11110 | 101100 | 10100000 | 1010010 | 11111 |
Color Harmonies of #0E9065
Complementary color
Monochromatic Colors of #0E9065
Black with #0E9065
Text Example
Text Example
White with #0E9065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E9065; }
p { color: rgb(14,144,101); }
H1.HeaderClassName
{
color: #0E9065;
}
.AnyTagClassName
{
color: #0E9065;
}
</style>
background-color css
<style>
a { background-color: #0E9065; }
a { background-color: rgb(14,144,101); }
div.DivClassName
{
background-color: #0E9065;
}
.BgClassName
{
background-color: #0E9065;
}
</style>
border-color css
<style>
span { border-color: #0E9065; }
span { border-color: rgb(14,144,101); }
td.TdClassName
{
border-color: #0E9065;
}
.TagClassName
{
border-color: #0E9065;
}
</style>