Shades of Dark Spring Green #0E8936
Tints of Dark Spring Green #0E8936
RGB
CMYK
RGB Variations
Color information
#0E8936 (or 0x0E8936) is known color: Dark Spring Green. HEX triplet: 0E, 89 and 36. RGB value is (14,137,54). Sum of RGB (Red+Green+Blue) = 14+137+54=205 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.83% from 205); Green value is 137 (53.91% from 255 or 66.83% from 205); Blue value is 54 (21.48% from 255 or 26.34% from 205); Max value from RGB is 137 - color contains mainly: green. Hex color #0E8936 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E8936 is #F176C9. Grayscale: #5A5A5A. Windows color (decimal): -15824586 or 3574030. OLE color: 3574030.
HSL color Cylindrical-coordinate representation of color #0E8936: hue angle of 139.51º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E8936 is Cyan = 0.90, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 14 | 137 | 54 | - |
| CMYK | 0.90 | 0 | 0.61 | 0.46 |
| HSL | 139.51º | 0.81% | 0.3% | - |
| HSV(B) | 139.51º | 0.9% | 0.54% | - |
| XYZ | 9.79 | 18.25 | 6.5 | - |
| YUV | 90.76 | 107.25 | 73.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 137 | 54 | 0.90 | 0 | 0.61 | 0.46 | 139.51 | 0.81 | 0.3 |
| Hex | E | 89 | 36 | 5A | 0 | 3D | 2E | 8C | 51 | 1E |
| Octal | 16 | 211 | 66 | 132 | 0 | 75 | 56 | 214 | 121 | 36 |
| Binary | 1110 | 10001001 | 110110 | 1011010 | 0 | 111101 | 101110 | 10001100 | 1010001 | 11110 |
Color Harmonies of #0E8936
Complementary color
Monochromatic Colors of #0E8936
Black with #0E8936
Text Example
Text Example
White with #0E8936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E8936; }
p { color: rgb(14,137,54); }
H1.HeaderClassName
{
color: #0E8936;
}
.AnyTagClassName
{
color: #0E8936;
}
</style>
background-color css
<style>
a { background-color: #0E8936; }
a { background-color: rgb(14,137,54); }
div.DivClassName
{
background-color: #0E8936;
}
.BgClassName
{
background-color: #0E8936;
}
</style>
border-color css
<style>
span { border-color: #0E8936; }
span { border-color: rgb(14,137,54); }
td.TdClassName
{
border-color: #0E8936;
}
.TagClassName
{
border-color: #0E8936;
}
</style>