Shades of Pigment Green #0EAF52
Tints of Pigment Green #0EAF52
RGB
CMYK
RGB Variations
Color information
#0EAF52 (or 0x0EAF52) is known color: Pigment Green. HEX triplet: 0E, AF and 52. RGB value is (14,175,82). Sum of RGB (Red+Green+Blue) = 14+175+82=271 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.17% from 271); Green value is 175 (68.75% from 255 or 64.58% from 271); Blue value is 82 (32.42% from 255 or 30.26% from 271); Max value from RGB is 175 - color contains mainly: green. Hex color #0EAF52 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EAF52 is #F150AD. Grayscale: #747474. Windows color (decimal): -15814830 or 5418766. OLE color: 5418766.
HSL color Cylindrical-coordinate representation of color #0EAF52: hue angle of 145.34º 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 #0EAF52 is Cyan = 0.92, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 14 | 175 | 82 | - |
| CMYK | 0.92 | 0 | 0.53 | 0.31 |
| HSL | 145.34º | 0.85% | 0.37% | - |
| HSV(B) | 145.34º | 0.92% | 0.69% | - |
| XYZ | 17.03 | 31.36 | 13.14 | - |
| YUV | 116.26 | 108.66 | 55.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 175 | 82 | 0.92 | 0 | 0.53 | 0.31 | 145.34 | 0.85 | 0.37 |
| Hex | E | AF | 52 | 5C | 0 | 35 | 1F | 91 | 55 | 25 |
| Octal | 16 | 257 | 122 | 134 | 0 | 65 | 37 | 221 | 125 | 45 |
| Binary | 1110 | 10101111 | 1010010 | 1011100 | 0 | 110101 | 11111 | 10010001 | 1010101 | 100101 |
Color Harmonies of #0EAF52
Complementary color
Monochromatic Colors of #0EAF52
Black with #0EAF52
Text Example
Text Example
White with #0EAF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EAF52; }
p { color: rgb(14,175,82); }
H1.HeaderClassName
{
color: #0EAF52;
}
.AnyTagClassName
{
color: #0EAF52;
}
</style>
background-color css
<style>
a { background-color: #0EAF52; }
a { background-color: rgb(14,175,82); }
div.DivClassName
{
background-color: #0EAF52;
}
.BgClassName
{
background-color: #0EAF52;
}
</style>
border-color css
<style>
span { border-color: #0EAF52; }
span { border-color: rgb(14,175,82); }
td.TdClassName
{
border-color: #0EAF52;
}
.TagClassName
{
border-color: #0EAF52;
}
</style>