Shades of Green #0E6D02
Tints of Green #0E6D02
RGB
CMYK
RGB Variations
Color information
#0E6D02 (or 0x0E6D02) is known color: Green. HEX triplet: 0E, 6D and 02. RGB value is (14,109,2). Sum of RGB (Red+Green+Blue) = 14+109+2=125 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.2% from 125); Green value is 109 (42.97% from 255 or 87.2% from 125); Blue value is 2 (1.17% from 255 or 1.6% from 125); Max value from RGB is 109 - color contains mainly: green. Hex color #0E6D02 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E6D02 is #F192FD. Grayscale: #444444. Windows color (decimal): -15831806 or 158990. OLE color: 158990.
HSL color Cylindrical-coordinate representation of color #0E6D02: hue angle of 113.27º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0E6D02 is Cyan = 0.87, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 14 | 109 | 2 | - |
| CMYK | 0.87 | 0 | 0.98 | 0.57 |
| HSL | 113.27º | 0.96% | 0.22% | - |
| HSV(B) | 113.27º | 0.98% | 0.43% | - |
| XYZ | 5.66 | 11.04 | 1.89 | - |
| YUV | 68.4 | 90.53 | 89.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 109 | 2 | 0.87 | 0 | 0.98 | 0.57 | 113.27 | 0.96 | 0.22 |
| Hex | E | 6D | 2 | 57 | 0 | 62 | 39 | 71 | 60 | 16 |
| Octal | 16 | 155 | 2 | 127 | 0 | 142 | 71 | 161 | 140 | 26 |
| Binary | 1110 | 1101101 | 10 | 1010111 | 0 | 1100010 | 111001 | 1110001 | 1100000 | 10110 |
Color Harmonies of #0E6D02
Complementary color
Monochromatic Colors of #0E6D02
Black with #0E6D02
Text Example
Text Example
White with #0E6D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E6D02; }
p { color: rgb(14,109,2); }
H1.HeaderClassName
{
color: #0E6D02;
}
.AnyTagClassName
{
color: #0E6D02;
}
</style>
background-color css
<style>
a { background-color: #0E6D02; }
a { background-color: rgb(14,109,2); }
div.DivClassName
{
background-color: #0E6D02;
}
.BgClassName
{
background-color: #0E6D02;
}
</style>
border-color css
<style>
span { border-color: #0E6D02; }
span { border-color: rgb(14,109,2); }
td.TdClassName
{
border-color: #0E6D02;
}
.TagClassName
{
border-color: #0E6D02;
}
</style>