Shades of Green #0E6502
Tints of Green #0E6502
RGB
CMYK
RGB Variations
Color information
#0E6502 (or 0x0E6502) is known color: Green. HEX triplet: 0E, 65 and 02. RGB value is (14,101,2). Sum of RGB (Red+Green+Blue) = 14+101+2=117 (15% of max value = 765). Red value is 14 (5.86% from 255 or 11.97% from 117); Green value is 101 (39.84% from 255 or 86.32% from 117); Blue value is 2 (1.17% from 255 or 1.71% from 117); Max value from RGB is 101 - color contains mainly: green. Hex color #0E6502 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E6502 is #F19AFD. Grayscale: #404040. Windows color (decimal): -15833854 or 156942. OLE color: 156942.
HSL color Cylindrical-coordinate representation of color #0E6502: hue angle of 112.73º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0E6502 is Cyan = 0.86, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 14 | 101 | 2 | - |
| CMYK | 0.86 | 0 | 0.98 | 0.60 |
| HSL | 112.73º | 0.96% | 0.2% | - |
| HSV(B) | 112.73º | 0.98% | 0.4% | - |
| XYZ | 4.85 | 9.41 | 1.62 | - |
| YUV | 63.7 | 93.18 | 92.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 101 | 2 | 0.86 | 0 | 0.98 | 0.60 | 112.73 | 0.96 | 0.2 |
| Hex | E | 65 | 2 | 56 | 0 | 62 | 3C | 71 | 60 | 14 |
| Octal | 16 | 145 | 2 | 126 | 0 | 142 | 74 | 161 | 140 | 24 |
| Binary | 1110 | 1100101 | 10 | 1010110 | 0 | 1100010 | 111100 | 1110001 | 1100000 | 10100 |
Color Harmonies of #0E6502
Complementary color
Monochromatic Colors of #0E6502
Black with #0E6502
Text Example
Text Example
White with #0E6502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E6502; }
p { color: rgb(14,101,2); }
H1.HeaderClassName
{
color: #0E6502;
}
.AnyTagClassName
{
color: #0E6502;
}
</style>
background-color css
<style>
a { background-color: #0E6502; }
a { background-color: rgb(14,101,2); }
div.DivClassName
{
background-color: #0E6502;
}
.BgClassName
{
background-color: #0E6502;
}
</style>
border-color css
<style>
span { border-color: #0E6502; }
span { border-color: rgb(14,101,2); }
td.TdClassName
{
border-color: #0E6502;
}
.TagClassName
{
border-color: #0E6502;
}
</style>