Shades of Green #0E5F0C
Tints of Green #0E5F0C
RGB
CMYK
RGB Variations
Color information
#0E5F0C (or 0x0E5F0C) is known color: Green. HEX triplet: 0E, 5F and 0C. RGB value is (14,95,12). Sum of RGB (Red+Green+Blue) = 14+95+12=121 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.57% from 121); Green value is 95 (37.5% from 255 or 78.51% from 121); Blue value is 12 (5.08% from 255 or 9.92% from 121); Max value from RGB is 95 - color contains mainly: green. Hex color #0E5F0C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E5F0C is #F1A0F3. Grayscale: #3D3D3D. Windows color (decimal): -15835380 or 810766. OLE color: 810766.
HSL color Cylindrical-coordinate representation of color #0E5F0C: hue angle of 118.55º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0E5F0C is Cyan = 0.85, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 14 | 95 | 12 | - |
| CMYK | 0.85 | 0 | 0.87 | 0.63 |
| HSL | 118.55º | 0.78% | 0.21% | - |
| HSV(B) | 118.55º | 0.87% | 0.37% | - |
| XYZ | 4.34 | 8.3 | 1.72 | - |
| YUV | 61.32 | 100.16 | 94.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 95 | 12 | 0.85 | 0 | 0.87 | 0.63 | 118.55 | 0.78 | 0.21 |
| Hex | E | 5F | C | 55 | 0 | 57 | 3F | 77 | 4E | 15 |
| Octal | 16 | 137 | 14 | 125 | 0 | 127 | 77 | 167 | 116 | 25 |
| Binary | 1110 | 1011111 | 1100 | 1010101 | 0 | 1010111 | 111111 | 1110111 | 1001110 | 10101 |
Color Harmonies of #0E5F0C
Complementary color
Monochromatic Colors of #0E5F0C
Black with #0E5F0C
Text Example
Text Example
White with #0E5F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E5F0C; }
p { color: rgb(14,95,12); }
H1.HeaderClassName
{
color: #0E5F0C;
}
.AnyTagClassName
{
color: #0E5F0C;
}
</style>
background-color css
<style>
a { background-color: #0E5F0C; }
a { background-color: rgb(14,95,12); }
div.DivClassName
{
background-color: #0E5F0C;
}
.BgClassName
{
background-color: #0E5F0C;
}
</style>
border-color css
<style>
span { border-color: #0E5F0C; }
span { border-color: rgb(14,95,12); }
td.TdClassName
{
border-color: #0E5F0C;
}
.TagClassName
{
border-color: #0E5F0C;
}
</style>