Shades of Green #0E8A09
Tints of Green #0E8A09
RGB
CMYK
RGB Variations
Color information
#0E8A09 (or 0x0E8A09) is known color: Green. HEX triplet: 0E, 8A and 09. RGB value is (14,138,9). Sum of RGB (Red+Green+Blue) = 14+138+9=161 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.70% from 161); Green value is 138 (54.30% from 255 or 85.71% from 161); Blue value is 9 (3.91% from 255 or 5.59% from 161); Max value from RGB is 138 - color contains mainly: green. Hex color #0E8A09 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0E8A09 is #F175F6. Grayscale: #565656. Windows color (decimal): -15824375 or 625166. OLE color: 625166.
HSL color Cylindrical-coordinate representation of color #0E8A09: hue angle of 117.67º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E8A09 is Cyan = 0.90, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 14 | 138 | 9 | - |
| CMYK | 0.90 | 0 | 0.93 | 0.46 |
| HSL | 117.67º | 0.88% | 0.29% | - |
| HSV(B) | 117.67º | 0.93% | 0.54% | - |
| XYZ | 9.32 | 18.29 | 3.3 | - |
| YUV | 86.22 | 84.42 | 76.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 138 | 9 | 0.90 | 0 | 0.93 | 0.46 | 117.67 | 0.88 | 0.29 |
| Hex | E | 8A | 9 | 5A | 0 | 5D | 2E | 76 | 58 | 1D |
| Octal | 16 | 212 | 11 | 132 | 0 | 135 | 56 | 166 | 130 | 35 |
| Binary | 1110 | 10001010 | 1001 | 1011010 | 0 | 1011101 | 101110 | 1110110 | 1011000 | 11101 |
Color Harmonies of #0E8A09
Complementary color
Monochromatic Colors of #0E8A09
Black with #0E8A09
Text Example
Text Example
White with #0E8A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E8A09; }
p { color: rgb(14,138,9); }
H1.HeaderClassName
{
color: #0E8A09;
}
.AnyTagClassName
{
color: #0E8A09;
}
</style>
background-color css
<style>
a { background-color: #0E8A09; }
a { background-color: rgb(14,138,9); }
div.DivClassName
{
background-color: #0E8A09;
}
.BgClassName
{
background-color: #0E8A09;
}
</style>
border-color css
<style>
span { border-color: #0E8A09; }
span { border-color: rgb(14,138,9); }
td.TdClassName
{
border-color: #0E8A09;
}
.TagClassName
{
border-color: #0E8A09;
}
</style>