Shades of Dark Spring Green #0E703A
Tints of Dark Spring Green #0E703A
RGB
CMYK
RGB Variations
Color information
#0E703A (or 0x0E703A) is known color: Dark Spring Green. HEX triplet: 0E, 70 and 3A. RGB value is (14,112,58). Sum of RGB (Red+Green+Blue) = 14+112+58=184 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.61% from 184); Green value is 112 (44.14% from 255 or 60.87% from 184); Blue value is 58 (23.05% from 255 or 31.52% from 184); Max value from RGB is 112 - color contains mainly: green. Hex color #0E703A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E703A is #F18FC5. Grayscale: #4C4C4C. Windows color (decimal): -15830982 or 3829774. OLE color: 3829774.
HSL color Cylindrical-coordinate representation of color #0E703A: hue angle of 146.94º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E703A is Cyan = 0.88, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 14 | 112 | 58 | - |
| CMYK | 0.88 | 0 | 0.48 | 0.56 |
| HSL | 146.94º | 0.78% | 0.25% | - |
| HSV(B) | 146.94º | 0.88% | 0.44% | - |
| XYZ | 6.74 | 11.99 | 5.96 | - |
| YUV | 76.54 | 117.53 | 83.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 112 | 58 | 0.88 | 0 | 0.48 | 0.56 | 146.94 | 0.78 | 0.25 |
| Hex | E | 70 | 3A | 58 | 0 | 30 | 38 | 93 | 4E | 19 |
| Octal | 16 | 160 | 72 | 130 | 0 | 60 | 70 | 223 | 116 | 31 |
| Binary | 1110 | 1110000 | 111010 | 1011000 | 0 | 110000 | 111000 | 10010011 | 1001110 | 11001 |
Color Harmonies of #0E703A
Complementary color
Monochromatic Colors of #0E703A
Black with #0E703A
Text Example
Text Example
White with #0E703A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E703A; }
p { color: rgb(14,112,58); }
H1.HeaderClassName
{
color: #0E703A;
}
.AnyTagClassName
{
color: #0E703A;
}
</style>
background-color css
<style>
a { background-color: #0E703A; }
a { background-color: rgb(14,112,58); }
div.DivClassName
{
background-color: #0E703A;
}
.BgClassName
{
background-color: #0E703A;
}
</style>
border-color css
<style>
span { border-color: #0E703A; }
span { border-color: rgb(14,112,58); }
td.TdClassName
{
border-color: #0E703A;
}
.TagClassName
{
border-color: #0E703A;
}
</style>