Shades of Green #0E6A02
Tints of Green #0E6A02
RGB
CMYK
RGB Variations
Color information
#0E6A02 (or 0x0E6A02) is known color: Green. HEX triplet: 0E, 6A and 02. RGB value is (14,106,2). Sum of RGB (Red+Green+Blue) = 14+106+2=122 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.48% from 122); Green value is 106 (41.80% from 255 or 86.89% from 122); Blue value is 2 (1.17% from 255 or 1.64% from 122); Max value from RGB is 106 - color contains mainly: green. Hex color #0E6A02 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E6A02 is #F195FD. Grayscale: #424242. Windows color (decimal): -15832574 or 158222. OLE color: 158222.
HSL color Cylindrical-coordinate representation of color #0E6A02: hue angle of 113.08º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0E6A02 is Cyan = 0.87, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 14 | 106 | 2 | - |
| CMYK | 0.87 | 0 | 0.98 | 0.58 |
| HSL | 113.08º | 0.96% | 0.21% | - |
| HSV(B) | 113.08º | 0.98% | 0.42% | - |
| XYZ | 5.35 | 10.41 | 1.78 | - |
| YUV | 66.64 | 91.52 | 90.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 106 | 2 | 0.87 | 0 | 0.98 | 0.58 | 113.08 | 0.96 | 0.21 |
| Hex | E | 6A | 2 | 57 | 0 | 62 | 3A | 71 | 60 | 15 |
| Octal | 16 | 152 | 2 | 127 | 0 | 142 | 72 | 161 | 140 | 25 |
| Binary | 1110 | 1101010 | 10 | 1010111 | 0 | 1100010 | 111010 | 1110001 | 1100000 | 10101 |
Color Harmonies of #0E6A02
Complementary color
Monochromatic Colors of #0E6A02
Black with #0E6A02
Text Example
Text Example
White with #0E6A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E6A02; }
p { color: rgb(14,106,2); }
H1.HeaderClassName
{
color: #0E6A02;
}
.AnyTagClassName
{
color: #0E6A02;
}
</style>
background-color css
<style>
a { background-color: #0E6A02; }
a { background-color: rgb(14,106,2); }
div.DivClassName
{
background-color: #0E6A02;
}
.BgClassName
{
background-color: #0E6A02;
}
</style>
border-color css
<style>
span { border-color: #0E6A02; }
span { border-color: rgb(14,106,2); }
td.TdClassName
{
border-color: #0E6A02;
}
.TagClassName
{
border-color: #0E6A02;
}
</style>