Shades of Dark Pastel Green #0ECA3E
Tints of Dark Pastel Green #0ECA3E
RGB
CMYK
RGB Variations
Color information
#0ECA3E (or 0x0ECA3E) is known color: Dark Pastel Green. HEX triplet: 0E, CA and 3E. RGB value is (14,202,62). Sum of RGB (Red+Green+Blue) = 14+202+62=278 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.04% from 278); Green value is 202 (79.30% from 255 or 72.66% from 278); Blue value is 62 (24.61% from 255 or 22.30% from 278); Max value from RGB is 202 - color contains mainly: green. Hex color #0ECA3E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ECA3E is #F135C1. Grayscale: #828282. Windows color (decimal): -15807938 or 4114958. OLE color: 4114958.
HSL color Cylindrical-coordinate representation of color #0ECA3E: hue angle of 135.32º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ECA3E is Cyan = 0.93, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 14 | 202 | 62 | - |
| CMYK | 0.93 | 0 | 0.69 | 0.21 |
| HSL | 135.32º | 0.87% | 0.42% | - |
| HSV(B) | 135.32º | 0.93% | 0.79% | - |
| XYZ | 22.17 | 42.68 | 11.63 | - |
| YUV | 129.83 | 89.72 | 45.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 202 | 62 | 0.93 | 0 | 0.69 | 0.21 | 135.32 | 0.87 | 0.42 |
| Hex | E | CA | 3E | 5D | 0 | 45 | 15 | 87 | 57 | 2A |
| Octal | 16 | 312 | 76 | 135 | 0 | 105 | 25 | 207 | 127 | 52 |
| Binary | 1110 | 11001010 | 111110 | 1011101 | 0 | 1000101 | 10101 | 10000111 | 1010111 | 101010 |
Color Harmonies of #0ECA3E
Complementary color
Monochromatic Colors of #0ECA3E
Black with #0ECA3E
Text Example
Text Example
White with #0ECA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECA3E; }
p { color: rgb(14,202,62); }
H1.HeaderClassName
{
color: #0ECA3E;
}
.AnyTagClassName
{
color: #0ECA3E;
}
</style>
background-color css
<style>
a { background-color: #0ECA3E; }
a { background-color: rgb(14,202,62); }
div.DivClassName
{
background-color: #0ECA3E;
}
.BgClassName
{
background-color: #0ECA3E;
}
</style>
border-color css
<style>
span { border-color: #0ECA3E; }
span { border-color: rgb(14,202,62); }
td.TdClassName
{
border-color: #0ECA3E;
}
.TagClassName
{
border-color: #0ECA3E;
}
</style>