Shades of Green #0E650A
Tints of Green #0E650A
RGB
CMYK
RGB Variations
Color information
#0E650A (or 0x0E650A) is known color: Green. HEX triplet: 0E, 65 and 0A. RGB value is (14,101,10). Sum of RGB (Red+Green+Blue) = 14+101+10=125 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.2% from 125); Green value is 101 (39.84% from 255 or 80.8% from 125); Blue value is 10 (4.30% from 255 or 8% from 125); Max value from RGB is 101 - color contains mainly: green. Hex color #0E650A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E650A is #F19AF5. Grayscale: #404040. Windows color (decimal): -15833846 or 681230. OLE color: 681230.
HSL color Cylindrical-coordinate representation of color #0E650A: hue angle of 117.36º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E650A is Cyan = 0.86, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 14 | 101 | 10 | - |
| CMYK | 0.86 | 0 | 0.90 | 0.60 |
| HSL | 117.36º | 0.82% | 0.22% | - |
| HSV(B) | 117.36º | 0.9% | 0.4% | - |
| XYZ | 4.89 | 9.42 | 1.85 | - |
| YUV | 64.61 | 97.18 | 91.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 101 | 10 | 0.86 | 0 | 0.90 | 0.60 | 117.36 | 0.82 | 0.22 |
| Hex | E | 65 | A | 56 | 0 | 5A | 3C | 75 | 52 | 16 |
| Octal | 16 | 145 | 12 | 126 | 0 | 132 | 74 | 165 | 122 | 26 |
| Binary | 1110 | 1100101 | 1010 | 1010110 | 0 | 1011010 | 111100 | 1110101 | 1010010 | 10110 |
Color Harmonies of #0E650A
Complementary color
Monochromatic Colors of #0E650A
Black with #0E650A
Text Example
Text Example
White with #0E650A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E650A; }
p { color: rgb(14,101,10); }
H1.HeaderClassName
{
color: #0E650A;
}
.AnyTagClassName
{
color: #0E650A;
}
</style>
background-color css
<style>
a { background-color: #0E650A; }
a { background-color: rgb(14,101,10); }
div.DivClassName
{
background-color: #0E650A;
}
.BgClassName
{
background-color: #0E650A;
}
</style>
border-color css
<style>
span { border-color: #0E650A; }
span { border-color: rgb(14,101,10); }
td.TdClassName
{
border-color: #0E650A;
}
.TagClassName
{
border-color: #0E650A;
}
</style>