Shades of Green #0E8502
Tints of Green #0E8502
RGB
CMYK
RGB Variations
Color information
#0E8502 (or 0x0E8502) is known color: Green. HEX triplet: 0E, 85 and 02. RGB value is (14,133,2). Sum of RGB (Red+Green+Blue) = 14+133+2=149 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.40% from 149); Green value is 133 (52.34% from 255 or 89.26% from 149); Blue value is 2 (1.17% from 255 or 1.34% from 149); Max value from RGB is 133 - color contains mainly: green. Hex color #0E8502 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0E8502 is #F17AFD. Grayscale: #525252. Windows color (decimal): -15825662 or 165134. OLE color: 165134.
HSL color Cylindrical-coordinate representation of color #0E8502: hue angle of 114.5º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0E8502 is Cyan = 0.89, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 14 | 133 | 2 | - |
| CMYK | 0.89 | 0 | 0.98 | 0.48 |
| HSL | 114.5º | 0.97% | 0.26% | - |
| HSV(B) | 114.5º | 0.98% | 0.52% | - |
| XYZ | 8.58 | 16.87 | 2.86 | - |
| YUV | 82.49 | 82.58 | 79.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 133 | 2 | 0.89 | 0 | 0.98 | 0.48 | 114.5 | 0.97 | 0.26 |
| Hex | E | 85 | 2 | 59 | 0 | 62 | 30 | 73 | 61 | 1A |
| Octal | 16 | 205 | 2 | 131 | 0 | 142 | 60 | 163 | 141 | 32 |
| Binary | 1110 | 10000101 | 10 | 1011001 | 0 | 1100010 | 110000 | 1110011 | 1100001 | 11010 |
Color Harmonies of #0E8502
Complementary color
Monochromatic Colors of #0E8502
Black with #0E8502
Text Example
Text Example
White with #0E8502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E8502; }
p { color: rgb(14,133,2); }
H1.HeaderClassName
{
color: #0E8502;
}
.AnyTagClassName
{
color: #0E8502;
}
</style>
background-color css
<style>
a { background-color: #0E8502; }
a { background-color: rgb(14,133,2); }
div.DivClassName
{
background-color: #0E8502;
}
.BgClassName
{
background-color: #0E8502;
}
</style>
border-color css
<style>
span { border-color: #0E8502; }
span { border-color: rgb(14,133,2); }
td.TdClassName
{
border-color: #0E8502;
}
.TagClassName
{
border-color: #0E8502;
}
</style>