Shades of Dark Pastel Green #0EAF1E
Tints of Dark Pastel Green #0EAF1E
RGB
CMYK
RGB Variations
Color information
#0EAF1E (or 0x0EAF1E) is known color: Dark Pastel Green. HEX triplet: 0E, AF and 1E. RGB value is (14,175,30). Sum of RGB (Red+Green+Blue) = 14+175+30=219 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.39% from 219); Green value is 175 (68.75% from 255 or 79.91% from 219); Blue value is 30 (12.11% from 255 or 13.70% from 219); Max value from RGB is 175 - color contains mainly: green. Hex color #0EAF1E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EAF1E is #F150E1. Grayscale: #6E6E6E. Windows color (decimal): -15814882 or 2010894. OLE color: 2010894.
HSL color Cylindrical-coordinate representation of color #0EAF1E: hue angle of 125.96º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EAF1E is Cyan = 0.92, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 14 | 175 | 30 | - |
| CMYK | 0.92 | 0 | 0.83 | 0.31 |
| HSL | 125.96º | 0.85% | 0.37% | - |
| HSV(B) | 125.96º | 0.92% | 0.69% | - |
| XYZ | 15.75 | 30.85 | 6.35 | - |
| YUV | 110.33 | 82.66 | 59.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 175 | 30 | 0.92 | 0 | 0.83 | 0.31 | 125.96 | 0.85 | 0.37 |
| Hex | E | AF | 1E | 5C | 0 | 53 | 1F | 7E | 55 | 25 |
| Octal | 16 | 257 | 36 | 134 | 0 | 123 | 37 | 176 | 125 | 45 |
| Binary | 1110 | 10101111 | 11110 | 1011100 | 0 | 1010011 | 11111 | 1111110 | 1010101 | 100101 |
Color Harmonies of #0EAF1E
Complementary color
Monochromatic Colors of #0EAF1E
Black with #0EAF1E
Text Example
Text Example
White with #0EAF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EAF1E; }
p { color: rgb(14,175,30); }
H1.HeaderClassName
{
color: #0EAF1E;
}
.AnyTagClassName
{
color: #0EAF1E;
}
</style>
background-color css
<style>
a { background-color: #0EAF1E; }
a { background-color: rgb(14,175,30); }
div.DivClassName
{
background-color: #0EAF1E;
}
.BgClassName
{
background-color: #0EAF1E;
}
</style>
border-color css
<style>
span { border-color: #0EAF1E; }
span { border-color: rgb(14,175,30); }
td.TdClassName
{
border-color: #0EAF1E;
}
.TagClassName
{
border-color: #0EAF1E;
}
</style>