Shades of Green #0E6803
Tints of Green #0E6803
RGB
CMYK
RGB Variations
Color information
#0E6803 (or 0x0E6803) is known color: Green. HEX triplet: 0E, 68 and 03. RGB value is (14,104,3). Sum of RGB (Red+Green+Blue) = 14+104+3=121 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.57% from 121); Green value is 104 (41.02% from 255 or 85.95% from 121); Blue value is 3 (1.56% from 255 or 2.48% from 121); Max value from RGB is 104 - color contains mainly: green. Hex color #0E6803 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E6803 is #F197FC. Grayscale: #414141. Windows color (decimal): -15833085 or 223246. OLE color: 223246.
HSL color Cylindrical-coordinate representation of color #0E6803: hue angle of 113.47º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0E6803 is Cyan = 0.87, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 14 | 104 | 3 | - |
| CMYK | 0.87 | 0 | 0.97 | 0.59 |
| HSL | 113.47º | 0.94% | 0.21% | - |
| HSV(B) | 113.47º | 0.97% | 0.41% | - |
| XYZ | 5.15 | 10 | 1.75 | - |
| YUV | 65.58 | 92.68 | 91.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 104 | 3 | 0.87 | 0 | 0.97 | 0.59 | 113.47 | 0.94 | 0.21 |
| Hex | E | 68 | 3 | 57 | 0 | 61 | 3B | 71 | 5E | 15 |
| Octal | 16 | 150 | 3 | 127 | 0 | 141 | 73 | 161 | 136 | 25 |
| Binary | 1110 | 1101000 | 11 | 1010111 | 0 | 1100001 | 111011 | 1110001 | 1011110 | 10101 |
Color Harmonies of #0E6803
Complementary color
Monochromatic Colors of #0E6803
Black with #0E6803
Text Example
Text Example
White with #0E6803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E6803; }
p { color: rgb(14,104,3); }
H1.HeaderClassName
{
color: #0E6803;
}
.AnyTagClassName
{
color: #0E6803;
}
</style>
background-color css
<style>
a { background-color: #0E6803; }
a { background-color: rgb(14,104,3); }
div.DivClassName
{
background-color: #0E6803;
}
.BgClassName
{
background-color: #0E6803;
}
</style>
border-color css
<style>
span { border-color: #0E6803; }
span { border-color: rgb(14,104,3); }
td.TdClassName
{
border-color: #0E6803;
}
.TagClassName
{
border-color: #0E6803;
}
</style>