Shades of Dark Pastel Green #0EAF2A
Tints of Dark Pastel Green #0EAF2A
RGB
CMYK
RGB Variations
Color information
#0EAF2A (or 0x0EAF2A) is known color: Dark Pastel Green. HEX triplet: 0E, AF and 2A. RGB value is (14,175,42). Sum of RGB (Red+Green+Blue) = 14+175+42=231 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.06% from 231); Green value is 175 (68.75% from 255 or 75.76% from 231); Blue value is 42 (16.80% from 255 or 18.18% from 231); Max value from RGB is 175 - color contains mainly: green. Hex color #0EAF2A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EAF2A is #F150D5. Grayscale: #707070. Windows color (decimal): -15814870 or 2797326. OLE color: 2797326.
HSL color Cylindrical-coordinate representation of color #0EAF2A: hue angle of 130.43º 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 #0EAF2A is Cyan = 0.92, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 14 | 175 | 42 | - |
| CMYK | 0.92 | 0 | 0.76 | 0.31 |
| HSL | 130.43º | 0.85% | 0.37% | - |
| HSV(B) | 130.43º | 0.92% | 0.69% | - |
| XYZ | 15.93 | 30.92 | 7.32 | - |
| YUV | 111.7 | 88.66 | 58.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 175 | 42 | 0.92 | 0 | 0.76 | 0.31 | 130.43 | 0.85 | 0.37 |
| Hex | E | AF | 2A | 5C | 0 | 4C | 1F | 82 | 55 | 25 |
| Octal | 16 | 257 | 52 | 134 | 0 | 114 | 37 | 202 | 125 | 45 |
| Binary | 1110 | 10101111 | 101010 | 1011100 | 0 | 1001100 | 11111 | 10000010 | 1010101 | 100101 |
Color Harmonies of #0EAF2A
Complementary color
Monochromatic Colors of #0EAF2A
Black with #0EAF2A
Text Example
Text Example
White with #0EAF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EAF2A; }
p { color: rgb(14,175,42); }
H1.HeaderClassName
{
color: #0EAF2A;
}
.AnyTagClassName
{
color: #0EAF2A;
}
</style>
background-color css
<style>
a { background-color: #0EAF2A; }
a { background-color: rgb(14,175,42); }
div.DivClassName
{
background-color: #0EAF2A;
}
.BgClassName
{
background-color: #0EAF2A;
}
</style>
border-color css
<style>
span { border-color: #0EAF2A; }
span { border-color: rgb(14,175,42); }
td.TdClassName
{
border-color: #0EAF2A;
}
.TagClassName
{
border-color: #0EAF2A;
}
</style>