Shades of Green #0E630A
Tints of Green #0E630A
RGB
CMYK
RGB Variations
Color information
#0E630A (or 0x0E630A) is known color: Green. HEX triplet: 0E, 63 and 0A. RGB value is (14,99,10). Sum of RGB (Red+Green+Blue) = 14+99+10=123 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.38% from 123); Green value is 99 (39.06% from 255 or 80.49% from 123); Blue value is 10 (4.30% from 255 or 8.13% from 123); Max value from RGB is 99 - color contains mainly: green. Hex color #0E630A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E630A is #F19CF5. Grayscale: #3F3F3F. Windows color (decimal): -15834358 or 680718. OLE color: 680718.
HSL color Cylindrical-coordinate representation of color #0E630A: hue angle of 117.3º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E630A is Cyan = 0.86, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 14 | 99 | 10 | - |
| CMYK | 0.86 | 0 | 0.90 | 0.61 |
| HSL | 117.3º | 0.82% | 0.21% | - |
| HSV(B) | 117.3º | 0.9% | 0.39% | - |
| XYZ | 4.7 | 9.04 | 1.78 | - |
| YUV | 63.44 | 97.84 | 92.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 99 | 10 | 0.86 | 0 | 0.90 | 0.61 | 117.3 | 0.82 | 0.21 |
| Hex | E | 63 | A | 56 | 0 | 5A | 3D | 75 | 52 | 15 |
| Octal | 16 | 143 | 12 | 126 | 0 | 132 | 75 | 165 | 122 | 25 |
| Binary | 1110 | 1100011 | 1010 | 1010110 | 0 | 1011010 | 111101 | 1110101 | 1010010 | 10101 |
Color Harmonies of #0E630A
Complementary color
Monochromatic Colors of #0E630A
Black with #0E630A
Text Example
Text Example
White with #0E630A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E630A; }
p { color: rgb(14,99,10); }
H1.HeaderClassName
{
color: #0E630A;
}
.AnyTagClassName
{
color: #0E630A;
}
</style>
background-color css
<style>
a { background-color: #0E630A; }
a { background-color: rgb(14,99,10); }
div.DivClassName
{
background-color: #0E630A;
}
.BgClassName
{
background-color: #0E630A;
}
</style>
border-color css
<style>
span { border-color: #0E630A; }
span { border-color: rgb(14,99,10); }
td.TdClassName
{
border-color: #0E630A;
}
.TagClassName
{
border-color: #0E630A;
}
</style>