Shades of Elf Green #0E9066
Tints of Elf Green #0E9066
RGB
CMYK
RGB Variations
Color information
#0E9066 (or 0x0E9066) is known color: Elf Green. HEX triplet: 0E, 90 and 66. RGB value is (14,144,102). Sum of RGB (Red+Green+Blue) = 14+144+102=260 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.38% from 260); Green value is 144 (56.64% from 255 or 55.38% from 260); Blue value is 102 (40.23% from 255 or 39.23% from 260); Max value from RGB is 144 - color contains mainly: green. Hex color #0E9066 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E9066 is #F16F99. Grayscale: #646464. Windows color (decimal): -15822746 or 6721550. OLE color: 6721550.
HSL color Cylindrical-coordinate representation of color #0E9066: hue angle of 160.62º 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 #0E9066 is Cyan = 0.90, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 14 | 144 | 102 | - |
| CMYK | 0.90 | 0 | 0.29 | 0.44 |
| HSL | 160.62º | 0.82% | 0.31% | - |
| HSV(B) | 160.62º | 0.9% | 0.56% | - |
| XYZ | 12.55 | 21 | 15.96 | - |
| YUV | 100.34 | 128.93 | 66.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 144 | 102 | 0.90 | 0 | 0.29 | 0.44 | 160.62 | 0.82 | 0.31 |
| Hex | E | 90 | 66 | 5A | 0 | 1D | 2C | A1 | 52 | 1F |
| Octal | 16 | 220 | 146 | 132 | 0 | 35 | 54 | 241 | 122 | 37 |
| Binary | 1110 | 10010000 | 1100110 | 1011010 | 0 | 11101 | 101100 | 10100001 | 1010010 | 11111 |
Color Harmonies of #0E9066
Complementary color
Monochromatic Colors of #0E9066
Black with #0E9066
Text Example
Text Example
White with #0E9066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E9066; }
p { color: rgb(14,144,102); }
H1.HeaderClassName
{
color: #0E9066;
}
.AnyTagClassName
{
color: #0E9066;
}
</style>
background-color css
<style>
a { background-color: #0E9066; }
a { background-color: rgb(14,144,102); }
div.DivClassName
{
background-color: #0E9066;
}
.BgClassName
{
background-color: #0E9066;
}
</style>
border-color css
<style>
span { border-color: #0E9066; }
span { border-color: rgb(14,144,102); }
td.TdClassName
{
border-color: #0E9066;
}
.TagClassName
{
border-color: #0E9066;
}
</style>