Shades of Dark Pastel Green #0EAF40
Tints of Dark Pastel Green #0EAF40
RGB
CMYK
RGB Variations
Color information
#0EAF40 (or 0x0EAF40) is known color: Dark Pastel Green. HEX triplet: 0E, AF and 40. RGB value is (14,175,64). Sum of RGB (Red+Green+Blue) = 14+175+64=253 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.53% from 253); Green value is 175 (68.75% from 255 or 69.17% from 253); Blue value is 64 (25.39% from 255 or 25.30% from 253); Max value from RGB is 175 - color contains mainly: green. Hex color #0EAF40 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EAF40 is #F150BF. Grayscale: #727272. Windows color (decimal): -15814848 or 4239118. OLE color: 4239118.
HSL color Cylindrical-coordinate representation of color #0EAF40: hue angle of 138.63º 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 #0EAF40 is Cyan = 0.92, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 14 | 175 | 64 | - |
| CMYK | 0.92 | 0 | 0.63 | 0.31 |
| HSL | 138.63º | 0.85% | 0.37% | - |
| HSV(B) | 138.63º | 0.92% | 0.69% | - |
| XYZ | 16.44 | 31.12 | 9.99 | - |
| YUV | 114.21 | 99.66 | 56.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 175 | 64 | 0.92 | 0 | 0.63 | 0.31 | 138.63 | 0.85 | 0.37 |
| Hex | E | AF | 40 | 5C | 0 | 3F | 1F | 8B | 55 | 25 |
| Octal | 16 | 257 | 100 | 134 | 0 | 77 | 37 | 213 | 125 | 45 |
| Binary | 1110 | 10101111 | 1000000 | 1011100 | 0 | 111111 | 11111 | 10001011 | 1010101 | 100101 |
Color Harmonies of #0EAF40
Complementary color
Monochromatic Colors of #0EAF40
Black with #0EAF40
Text Example
Text Example
White with #0EAF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EAF40; }
p { color: rgb(14,175,64); }
H1.HeaderClassName
{
color: #0EAF40;
}
.AnyTagClassName
{
color: #0EAF40;
}
</style>
background-color css
<style>
a { background-color: #0EAF40; }
a { background-color: rgb(14,175,64); }
div.DivClassName
{
background-color: #0EAF40;
}
.BgClassName
{
background-color: #0EAF40;
}
</style>
border-color css
<style>
span { border-color: #0EAF40; }
span { border-color: rgb(14,175,64); }
td.TdClassName
{
border-color: #0EAF40;
}
.TagClassName
{
border-color: #0EAF40;
}
</style>