Shades of Forest Green #0E9A26
Tints of Forest Green #0E9A26
RGB
CMYK
RGB Variations
Color information
#0E9A26 (or 0x0E9A26) is known color: Forest Green. HEX triplet: 0E, 9A and 26. RGB value is (14,154,38). Sum of RGB (Red+Green+Blue) = 14+154+38=206 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.80% from 206); Green value is 154 (60.55% from 255 or 74.76% from 206); Blue value is 38 (15.23% from 255 or 18.45% from 206); Max value from RGB is 154 - color contains mainly: green. Hex color #0E9A26 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E9A26 is #F165D9. Grayscale: #636363. Windows color (decimal): -15820250 or 2529806. OLE color: 2529806.
HSL color Cylindrical-coordinate representation of color #0E9A26: hue angle of 130.29º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E9A26 is Cyan = 0.91, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 14 | 154 | 38 | - |
| CMYK | 0.91 | 0 | 0.75 | 0.40 |
| HSL | 130.29º | 0.83% | 0.33% | - |
| HSV(B) | 130.29º | 0.91% | 0.6% | - |
| XYZ | 12.09 | 23.34 | 5.7 | - |
| YUV | 98.92 | 93.62 | 67.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 154 | 38 | 0.91 | 0 | 0.75 | 0.40 | 130.29 | 0.83 | 0.33 |
| Hex | E | 9A | 26 | 5B | 0 | 4B | 28 | 82 | 53 | 21 |
| Octal | 16 | 232 | 46 | 133 | 0 | 113 | 50 | 202 | 123 | 41 |
| Binary | 1110 | 10011010 | 100110 | 1011011 | 0 | 1001011 | 101000 | 10000010 | 1010011 | 100001 |
Color Harmonies of #0E9A26
Complementary color
Monochromatic Colors of #0E9A26
Black with #0E9A26
Text Example
Text Example
White with #0E9A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E9A26; }
p { color: rgb(14,154,38); }
H1.HeaderClassName
{
color: #0E9A26;
}
.AnyTagClassName
{
color: #0E9A26;
}
</style>
background-color css
<style>
a { background-color: #0E9A26; }
a { background-color: rgb(14,154,38); }
div.DivClassName
{
background-color: #0E9A26;
}
.BgClassName
{
background-color: #0E9A26;
}
</style>
border-color css
<style>
span { border-color: #0E9A26; }
span { border-color: rgb(14,154,38); }
td.TdClassName
{
border-color: #0E9A26;
}
.TagClassName
{
border-color: #0E9A26;
}
</style>