Shades of Dark Spring Green #0E843D
Tints of Dark Spring Green #0E843D
RGB
CMYK
RGB Variations
Color information
#0E843D (or 0x0E843D) is known color: Dark Spring Green. HEX triplet: 0E, 84 and 3D. RGB value is (14,132,61). Sum of RGB (Red+Green+Blue) = 14+132+61=207 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.76% from 207); Green value is 132 (51.95% from 255 or 63.77% from 207); Blue value is 61 (24.22% from 255 or 29.47% from 207); Max value from RGB is 132 - color contains mainly: green. Hex color #0E843D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E843D is #F17BC2. Grayscale: #585858. Windows color (decimal): -15825859 or 4031502. OLE color: 4031502.
HSL color Cylindrical-coordinate representation of color #0E843D: hue angle of 143.9º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E843D is Cyan = 0.89, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 14 | 132 | 61 | - |
| CMYK | 0.89 | 0 | 0.54 | 0.48 |
| HSL | 143.9º | 0.81% | 0.29% | - |
| HSV(B) | 143.9º | 0.89% | 0.52% | - |
| XYZ | 9.27 | 16.93 | 7.19 | - |
| YUV | 88.62 | 112.41 | 74.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 132 | 61 | 0.89 | 0 | 0.54 | 0.48 | 143.9 | 0.81 | 0.29 |
| Hex | E | 84 | 3D | 59 | 0 | 36 | 30 | 90 | 51 | 1D |
| Octal | 16 | 204 | 75 | 131 | 0 | 66 | 60 | 220 | 121 | 35 |
| Binary | 1110 | 10000100 | 111101 | 1011001 | 0 | 110110 | 110000 | 10010000 | 1010001 | 11101 |
Color Harmonies of #0E843D
Complementary color
Monochromatic Colors of #0E843D
Black with #0E843D
Text Example
Text Example
White with #0E843D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E843D; }
p { color: rgb(14,132,61); }
H1.HeaderClassName
{
color: #0E843D;
}
.AnyTagClassName
{
color: #0E843D;
}
</style>
background-color css
<style>
a { background-color: #0E843D; }
a { background-color: rgb(14,132,61); }
div.DivClassName
{
background-color: #0E843D;
}
.BgClassName
{
background-color: #0E843D;
}
</style>
border-color css
<style>
span { border-color: #0E843D; }
span { border-color: rgb(14,132,61); }
td.TdClassName
{
border-color: #0E843D;
}
.TagClassName
{
border-color: #0E843D;
}
</style>