Shades of Dark Pastel Green #0EAF36
Tints of Dark Pastel Green #0EAF36
RGB
CMYK
RGB Variations
Color information
#0EAF36 (or 0x0EAF36) is known color: Dark Pastel Green. HEX triplet: 0E, AF and 36. RGB value is (14,175,54). Sum of RGB (Red+Green+Blue) = 14+175+54=243 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.76% from 243); Green value is 175 (68.75% from 255 or 72.02% from 243); Blue value is 54 (21.48% from 255 or 22.22% from 243); Max value from RGB is 175 - color contains mainly: green. Hex color #0EAF36 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EAF36 is #F150C9. Grayscale: #717171. Windows color (decimal): -15814858 or 3583758. OLE color: 3583758.
HSL color Cylindrical-coordinate representation of color #0EAF36: hue angle of 134.91º 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 #0EAF36 is Cyan = 0.92, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 14 | 175 | 54 | - |
| CMYK | 0.92 | 0 | 0.69 | 0.31 |
| HSL | 134.91º | 0.85% | 0.37% | - |
| HSV(B) | 134.91º | 0.92% | 0.69% | - |
| XYZ | 16.18 | 31.02 | 8.62 | - |
| YUV | 113.07 | 94.66 | 57.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 175 | 54 | 0.92 | 0 | 0.69 | 0.31 | 134.91 | 0.85 | 0.37 |
| Hex | E | AF | 36 | 5C | 0 | 45 | 1F | 87 | 55 | 25 |
| Octal | 16 | 257 | 66 | 134 | 0 | 105 | 37 | 207 | 125 | 45 |
| Binary | 1110 | 10101111 | 110110 | 1011100 | 0 | 1000101 | 11111 | 10000111 | 1010101 | 100101 |
Color Harmonies of #0EAF36
Complementary color
Monochromatic Colors of #0EAF36
Black with #0EAF36
Text Example
Text Example
White with #0EAF36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EAF36; }
p { color: rgb(14,175,54); }
H1.HeaderClassName
{
color: #0EAF36;
}
.AnyTagClassName
{
color: #0EAF36;
}
</style>
background-color css
<style>
a { background-color: #0EAF36; }
a { background-color: rgb(14,175,54); }
div.DivClassName
{
background-color: #0EAF36;
}
.BgClassName
{
background-color: #0EAF36;
}
</style>
border-color css
<style>
span { border-color: #0EAF36; }
span { border-color: rgb(14,175,54); }
td.TdClassName
{
border-color: #0EAF36;
}
.TagClassName
{
border-color: #0EAF36;
}
</style>