Shades of Dark Spring Green #0E8133
Tints of Dark Spring Green #0E8133
RGB
CMYK
RGB Variations
Color information
#0E8133 (or 0x0E8133) is known color: Dark Spring Green. HEX triplet: 0E, 81 and 33. RGB value is (14,129,51). Sum of RGB (Red+Green+Blue) = 14+129+51=194 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.22% from 194); Green value is 129 (50.78% from 255 or 66.49% from 194); Blue value is 51 (20.31% from 255 or 26.29% from 194); Max value from RGB is 129 - color contains mainly: green. Hex color #0E8133 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E8133 is #F17ECC. Grayscale: #555555. Windows color (decimal): -15826637 or 3375374. OLE color: 3375374.
HSL color Cylindrical-coordinate representation of color #0E8133: hue angle of 139.3º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E8133 is Cyan = 0.89, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 14 | 129 | 51 | - |
| CMYK | 0.89 | 0 | 0.60 | 0.49 |
| HSL | 139.3º | 0.8% | 0.28% | - |
| HSV(B) | 139.3º | 0.89% | 0.51% | - |
| XYZ | 8.63 | 16.03 | 5.77 | - |
| YUV | 85.72 | 108.4 | 76.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 129 | 51 | 0.89 | 0 | 0.60 | 0.49 | 139.3 | 0.8 | 0.28 |
| Hex | E | 81 | 33 | 59 | 0 | 3C | 31 | 8B | 50 | 1C |
| Octal | 16 | 201 | 63 | 131 | 0 | 74 | 61 | 213 | 120 | 34 |
| Binary | 1110 | 10000001 | 110011 | 1011001 | 0 | 111100 | 110001 | 10001011 | 1010000 | 11100 |
Color Harmonies of #0E8133
Complementary color
Monochromatic Colors of #0E8133
Black with #0E8133
Text Example
Text Example
White with #0E8133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E8133; }
p { color: rgb(14,129,51); }
H1.HeaderClassName
{
color: #0E8133;
}
.AnyTagClassName
{
color: #0E8133;
}
</style>
background-color css
<style>
a { background-color: #0E8133; }
a { background-color: rgb(14,129,51); }
div.DivClassName
{
background-color: #0E8133;
}
.BgClassName
{
background-color: #0E8133;
}
</style>
border-color css
<style>
span { border-color: #0E8133; }
span { border-color: rgb(14,129,51); }
td.TdClassName
{
border-color: #0E8133;
}
.TagClassName
{
border-color: #0E8133;
}
</style>