Shades of Green #0E6500
Tints of Green #0E6500
RGB
CMYK
RGB Variations
Color information
#0E6500 (or 0x0E6500) is known color: Green. HEX triplet: 0E, 65 and 00. RGB value is (14,101,0). Sum of RGB (Red+Green+Blue) = 14+101+0=115 (15% of max value = 765). Red value is 14 (5.86% from 255 or 12.17% from 115); Green value is 101 (39.84% from 255 or 87.83% from 115); Blue value is 0 (0.39% from 255 or 0% from 115); Max value from RGB is 101 - color contains mainly: green. Hex color #0E6500 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E6500 is #F19AFF. Grayscale: #3F3F3F. Windows color (decimal): -15833856 or 25870. OLE color: 25870.
HSL color Cylindrical-coordinate representation of color #0E6500: hue angle of 111.68º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0E6500 is Cyan = 0.86, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 14 | 101 | 0 | - |
| CMYK | 0.86 | 0 | 1 | 0.60 |
| HSL | 111.68º | 1% | 0.2% | - |
| HSV(B) | 111.68º | 1% | 0.4% | - |
| XYZ | 4.83 | 9.4 | 1.56 | - |
| YUV | 63.47 | 92.18 | 92.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 101 | 0 | 0.86 | 0 | 1 | 0.60 | 111.68 | 1 | 0.2 |
| Hex | E | 65 | 0 | 56 | 0 | 64 | 3C | 70 | 64 | 14 |
| Octal | 16 | 145 | 0 | 126 | 0 | 144 | 74 | 160 | 144 | 24 |
| Binary | 1110 | 1100101 | 0 | 1010110 | 0 | 1100100 | 111100 | 1110000 | 1100100 | 10100 |
Color Harmonies of #0E6500
Complementary color
Monochromatic Colors of #0E6500
Black with #0E6500
Text Example
Text Example
White with #0E6500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E6500; }
p { color: rgb(14,101,0); }
H1.HeaderClassName
{
color: #0E6500;
}
.AnyTagClassName
{
color: #0E6500;
}
</style>
background-color css
<style>
a { background-color: #0E6500; }
a { background-color: rgb(14,101,0); }
div.DivClassName
{
background-color: #0E6500;
}
.BgClassName
{
background-color: #0E6500;
}
</style>
border-color css
<style>
span { border-color: #0E6500; }
span { border-color: rgb(14,101,0); }
td.TdClassName
{
border-color: #0E6500;
}
.TagClassName
{
border-color: #0E6500;
}
</style>