Shades of Pigment Green #0EB85A
Tints of Pigment Green #0EB85A
RGB
CMYK
RGB Variations
Color information
#0EB85A (or 0x0EB85A) is known color: Pigment Green. HEX triplet: 0E, B8 and 5A. RGB value is (14,184,90). Sum of RGB (Red+Green+Blue) = 14+184+90=288 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.86% from 288); Green value is 184 (72.27% from 255 or 63.89% from 288); Blue value is 90 (35.55% from 255 or 31.25% from 288); Max value from RGB is 184 - color contains mainly: green. Hex color #0EB85A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EB85A is #F147A5. Grayscale: #7A7A7A. Windows color (decimal): -15812518 or 5945358. OLE color: 5945358.
HSL color Cylindrical-coordinate representation of color #0EB85A: hue angle of 146.82º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EB85A is Cyan = 0.92, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 14 | 184 | 90 | - |
| CMYK | 0.92 | 0 | 0.51 | 0.28 |
| HSL | 146.82º | 0.86% | 0.39% | - |
| HSV(B) | 146.82º | 0.92% | 0.72% | - |
| XYZ | 19.17 | 35.11 | 15.44 | - |
| YUV | 122.45 | 109.68 | 50.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 184 | 90 | 0.92 | 0 | 0.51 | 0.28 | 146.82 | 0.86 | 0.39 |
| Hex | E | B8 | 5A | 5C | 0 | 33 | 1C | 93 | 56 | 27 |
| Octal | 16 | 270 | 132 | 134 | 0 | 63 | 34 | 223 | 126 | 47 |
| Binary | 1110 | 10111000 | 1011010 | 1011100 | 0 | 110011 | 11100 | 10010011 | 1010110 | 100111 |
Color Harmonies of #0EB85A
Complementary color
Monochromatic Colors of #0EB85A
Black with #0EB85A
Text Example
Text Example
White with #0EB85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EB85A; }
p { color: rgb(14,184,90); }
H1.HeaderClassName
{
color: #0EB85A;
}
.AnyTagClassName
{
color: #0EB85A;
}
</style>
background-color css
<style>
a { background-color: #0EB85A; }
a { background-color: rgb(14,184,90); }
div.DivClassName
{
background-color: #0EB85A;
}
.BgClassName
{
background-color: #0EB85A;
}
</style>
border-color css
<style>
span { border-color: #0EB85A; }
span { border-color: rgb(14,184,90); }
td.TdClassName
{
border-color: #0EB85A;
}
.TagClassName
{
border-color: #0EB85A;
}
</style>