Shades of Dark Spring Green #0E713A
Tints of Dark Spring Green #0E713A
RGB
CMYK
RGB Variations
Color information
#0E713A (or 0x0E713A) is known color: Dark Spring Green. HEX triplet: 0E, 71 and 3A. RGB value is (14,113,58). Sum of RGB (Red+Green+Blue) = 14+113+58=185 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.57% from 185); Green value is 113 (44.53% from 255 or 61.08% from 185); Blue value is 58 (23.05% from 255 or 31.35% from 185); Max value from RGB is 113 - color contains mainly: green. Hex color #0E713A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E713A is #F18EC5. Grayscale: #4D4D4D. Windows color (decimal): -15830726 or 3830030. OLE color: 3830030.
HSL color Cylindrical-coordinate representation of color #0E713A: hue angle of 146.67º 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 #0E713A is Cyan = 0.88, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 14 | 113 | 58 | - |
| CMYK | 0.88 | 0 | 0.49 | 0.56 |
| HSL | 146.67º | 0.78% | 0.25% | - |
| HSV(B) | 146.67º | 0.88% | 0.44% | - |
| XYZ | 6.85 | 12.21 | 6 | - |
| YUV | 77.13 | 117.2 | 82.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 113 | 58 | 0.88 | 0 | 0.49 | 0.56 | 146.67 | 0.78 | 0.25 |
| Hex | E | 71 | 3A | 58 | 0 | 31 | 38 | 93 | 4E | 19 |
| Octal | 16 | 161 | 72 | 130 | 0 | 61 | 70 | 223 | 116 | 31 |
| Binary | 1110 | 1110001 | 111010 | 1011000 | 0 | 110001 | 111000 | 10010011 | 1001110 | 11001 |
Color Harmonies of #0E713A
Complementary color
Monochromatic Colors of #0E713A
Black with #0E713A
Text Example
Text Example
White with #0E713A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E713A; }
p { color: rgb(14,113,58); }
H1.HeaderClassName
{
color: #0E713A;
}
.AnyTagClassName
{
color: #0E713A;
}
</style>
background-color css
<style>
a { background-color: #0E713A; }
a { background-color: rgb(14,113,58); }
div.DivClassName
{
background-color: #0E713A;
}
.BgClassName
{
background-color: #0E713A;
}
</style>
border-color css
<style>
span { border-color: #0E713A; }
span { border-color: rgb(14,113,58); }
td.TdClassName
{
border-color: #0E713A;
}
.TagClassName
{
border-color: #0E713A;
}
</style>