Shades of Green #0E640A
Tints of Green #0E640A
RGB
CMYK
RGB Variations
Color information
#0E640A (or 0x0E640A) is known color: Green. HEX triplet: 0E, 64 and 0A. RGB value is (14,100,10). Sum of RGB (Red+Green+Blue) = 14+100+10=124 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.29% from 124); Green value is 100 (39.45% from 255 or 80.65% from 124); Blue value is 10 (4.30% from 255 or 8.06% from 124); Max value from RGB is 100 - color contains mainly: green. Hex color #0E640A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E640A is #F19BF5. Grayscale: #404040. Windows color (decimal): -15834102 or 680974. OLE color: 680974.
HSL color Cylindrical-coordinate representation of color #0E640A: hue angle of 117.33º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E640A is Cyan = 0.86, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 14 | 100 | 10 | - |
| CMYK | 0.86 | 0 | 0.90 | 0.61 |
| HSL | 117.33º | 0.82% | 0.22% | - |
| HSV(B) | 117.33º | 0.9% | 0.39% | - |
| XYZ | 4.79 | 9.23 | 1.82 | - |
| YUV | 64.03 | 97.51 | 92.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 100 | 10 | 0.86 | 0 | 0.90 | 0.61 | 117.33 | 0.82 | 0.22 |
| Hex | E | 64 | A | 56 | 0 | 5A | 3D | 75 | 52 | 16 |
| Octal | 16 | 144 | 12 | 126 | 0 | 132 | 75 | 165 | 122 | 26 |
| Binary | 1110 | 1100100 | 1010 | 1010110 | 0 | 1011010 | 111101 | 1110101 | 1010010 | 10110 |
Color Harmonies of #0E640A
Complementary color
Monochromatic Colors of #0E640A
Black with #0E640A
Text Example
Text Example
White with #0E640A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E640A; }
p { color: rgb(14,100,10); }
H1.HeaderClassName
{
color: #0E640A;
}
.AnyTagClassName
{
color: #0E640A;
}
</style>
background-color css
<style>
a { background-color: #0E640A; }
a { background-color: rgb(14,100,10); }
div.DivClassName
{
background-color: #0E640A;
}
.BgClassName
{
background-color: #0E640A;
}
</style>
border-color css
<style>
span { border-color: #0E640A; }
span { border-color: rgb(14,100,10); }
td.TdClassName
{
border-color: #0E640A;
}
.TagClassName
{
border-color: #0E640A;
}
</style>