Shades of Dark Pastel Green #0EA937
Tints of Dark Pastel Green #0EA937
RGB
CMYK
RGB Variations
Color information
#0EA937 (or 0x0EA937) is known color: Dark Pastel Green. HEX triplet: 0E, A9 and 37. RGB value is (14,169,55). Sum of RGB (Red+Green+Blue) = 14+169+55=238 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.88% from 238); Green value is 169 (66.41% from 255 or 71.01% from 238); Blue value is 55 (21.88% from 255 or 23.11% from 238); Max value from RGB is 169 - color contains mainly: green. Hex color #0EA937 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EA937 is #F156C8. Grayscale: #6D6D6D. Windows color (decimal): -15816393 or 3647758. OLE color: 3647758.
HSL color Cylindrical-coordinate representation of color #0EA937: hue angle of 135.87º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EA937 is Cyan = 0.92, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 14 | 169 | 55 | - |
| CMYK | 0.92 | 0 | 0.67 | 0.34 |
| HSL | 135.87º | 0.85% | 0.36% | - |
| HSV(B) | 135.87º | 0.92% | 0.66% | - |
| XYZ | 15.06 | 28.75 | 8.37 | - |
| YUV | 109.66 | 97.15 | 59.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 169 | 55 | 0.92 | 0 | 0.67 | 0.34 | 135.87 | 0.85 | 0.36 |
| Hex | E | A9 | 37 | 5C | 0 | 43 | 22 | 88 | 55 | 24 |
| Octal | 16 | 251 | 67 | 134 | 0 | 103 | 42 | 210 | 125 | 44 |
| Binary | 1110 | 10101001 | 110111 | 1011100 | 0 | 1000011 | 100010 | 10001000 | 1010101 | 100100 |
Color Harmonies of #0EA937
Complementary color
Monochromatic Colors of #0EA937
Black with #0EA937
Text Example
Text Example
White with #0EA937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EA937; }
p { color: rgb(14,169,55); }
H1.HeaderClassName
{
color: #0EA937;
}
.AnyTagClassName
{
color: #0EA937;
}
</style>
background-color css
<style>
a { background-color: #0EA937; }
a { background-color: rgb(14,169,55); }
div.DivClassName
{
background-color: #0EA937;
}
.BgClassName
{
background-color: #0EA937;
}
</style>
border-color css
<style>
span { border-color: #0EA937; }
span { border-color: rgb(14,169,55); }
td.TdClassName
{
border-color: #0EA937;
}
.TagClassName
{
border-color: #0EA937;
}
</style>