Shades of Green #0E6205
Tints of Green #0E6205
RGB
CMYK
RGB Variations
Color information
#0E6205 (or 0x0E6205) is known color: Green. HEX triplet: 0E, 62 and 05. RGB value is (14,98,5). Sum of RGB (Red+Green+Blue) = 14+98+5=117 (15% of max value = 765). Red value is 14 (5.86% from 255 or 11.97% from 117); Green value is 98 (38.67% from 255 or 83.76% from 117); Blue value is 5 (2.34% from 255 or 4.27% from 117); Max value from RGB is 98 - color contains mainly: green. Hex color #0E6205 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E6205 is #F19DFA. Grayscale: #3E3E3E. Windows color (decimal): -15834619 or 352782. OLE color: 352782.
HSL color Cylindrical-coordinate representation of color #0E6205: hue angle of 114.19º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0E6205 is Cyan = 0.86, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 14 | 98 | 5 | - |
| CMYK | 0.86 | 0 | 0.95 | 0.62 |
| HSL | 114.19º | 0.9% | 0.2% | - |
| HSV(B) | 114.19º | 0.95% | 0.38% | - |
| XYZ | 4.58 | 8.84 | 1.61 | - |
| YUV | 62.28 | 95.67 | 93.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 98 | 5 | 0.86 | 0 | 0.95 | 0.62 | 114.19 | 0.9 | 0.2 |
| Hex | E | 62 | 5 | 56 | 0 | 5F | 3E | 72 | 5A | 14 |
| Octal | 16 | 142 | 5 | 126 | 0 | 137 | 76 | 162 | 132 | 24 |
| Binary | 1110 | 1100010 | 101 | 1010110 | 0 | 1011111 | 111110 | 1110010 | 1011010 | 10100 |
Color Harmonies of #0E6205
Complementary color
Monochromatic Colors of #0E6205
Black with #0E6205
Text Example
Text Example
White with #0E6205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E6205; }
p { color: rgb(14,98,5); }
H1.HeaderClassName
{
color: #0E6205;
}
.AnyTagClassName
{
color: #0E6205;
}
</style>
background-color css
<style>
a { background-color: #0E6205; }
a { background-color: rgb(14,98,5); }
div.DivClassName
{
background-color: #0E6205;
}
.BgClassName
{
background-color: #0E6205;
}
</style>
border-color css
<style>
span { border-color: #0E6205; }
span { border-color: rgb(14,98,5); }
td.TdClassName
{
border-color: #0E6205;
}
.TagClassName
{
border-color: #0E6205;
}
</style>