Shades of Forest Green #0E8614
Tints of Forest Green #0E8614
RGB
CMYK
RGB Variations
Color information
#0E8614 (or 0x0E8614) is known color: Forest Green. HEX triplet: 0E, 86 and 14. RGB value is (14,134,20). Sum of RGB (Red+Green+Blue) = 14+134+20=168 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.33% from 168); Green value is 134 (52.73% from 255 or 79.76% from 168); Blue value is 20 (8.20% from 255 or 11.90% from 168); Max value from RGB is 134 - color contains mainly: green. Hex color #0E8614 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0E8614 is #F179EB. Grayscale: #555555. Windows color (decimal): -15825388 or 1345038. OLE color: 1345038.
HSL color Cylindrical-coordinate representation of color #0E8614: hue angle of 123º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E8614 is Cyan = 0.90, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 14 | 134 | 20 | - |
| CMYK | 0.90 | 0 | 0.85 | 0.47 |
| HSL | 123º | 0.81% | 0.29% | - |
| HSV(B) | 123º | 0.9% | 0.53% | - |
| XYZ | 8.83 | 17.19 | 3.52 | - |
| YUV | 85.12 | 91.24 | 77.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 134 | 20 | 0.90 | 0 | 0.85 | 0.47 | 123 | 0.81 | 0.29 |
| Hex | E | 86 | 14 | 5A | 0 | 55 | 2F | 7B | 51 | 1D |
| Octal | 16 | 206 | 24 | 132 | 0 | 125 | 57 | 173 | 121 | 35 |
| Binary | 1110 | 10000110 | 10100 | 1011010 | 0 | 1010101 | 101111 | 1111011 | 1010001 | 11101 |
Color Harmonies of #0E8614
Complementary color
Monochromatic Colors of #0E8614
Black with #0E8614
Text Example
Text Example
White with #0E8614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E8614; }
p { color: rgb(14,134,20); }
H1.HeaderClassName
{
color: #0E8614;
}
.AnyTagClassName
{
color: #0E8614;
}
</style>
background-color css
<style>
a { background-color: #0E8614; }
a { background-color: rgb(14,134,20); }
div.DivClassName
{
background-color: #0E8614;
}
.BgClassName
{
background-color: #0E8614;
}
</style>
border-color css
<style>
span { border-color: #0E8614; }
span { border-color: rgb(14,134,20); }
td.TdClassName
{
border-color: #0E8614;
}
.TagClassName
{
border-color: #0E8614;
}
</style>