Shades of Pigment Green #0EBA52
Tints of Pigment Green #0EBA52
RGB
CMYK
RGB Variations
Color information
#0EBA52 (or 0x0EBA52) is known color: Pigment Green. HEX triplet: 0E, BA and 52. RGB value is (14,186,82). Sum of RGB (Red+Green+Blue) = 14+186+82=282 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.96% from 282); Green value is 186 (73.05% from 255 or 65.96% from 282); Blue value is 82 (32.42% from 255 or 29.08% from 282); Max value from RGB is 186 - color contains mainly: green. Hex color #0EBA52 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EBA52 is #F145AD. Grayscale: #7A7A7A. Windows color (decimal): -15812014 or 5421582. OLE color: 5421582.
HSL color Cylindrical-coordinate representation of color #0EBA52: hue angle of 143.72º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EBA52 is Cyan = 0.92, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 14 | 186 | 82 | - |
| CMYK | 0.92 | 0 | 0.56 | 0.27 |
| HSL | 143.72º | 0.86% | 0.39% | - |
| HSV(B) | 143.72º | 0.92% | 0.73% | - |
| XYZ | 19.26 | 35.82 | 13.88 | - |
| YUV | 122.72 | 105.02 | 50.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 186 | 82 | 0.92 | 0 | 0.56 | 0.27 | 143.72 | 0.86 | 0.39 |
| Hex | E | BA | 52 | 5C | 0 | 38 | 1B | 90 | 56 | 27 |
| Octal | 16 | 272 | 122 | 134 | 0 | 70 | 33 | 220 | 126 | 47 |
| Binary | 1110 | 10111010 | 1010010 | 1011100 | 0 | 111000 | 11011 | 10010000 | 1010110 | 100111 |
Color Harmonies of #0EBA52
Complementary color
Monochromatic Colors of #0EBA52
Black with #0EBA52
Text Example
Text Example
White with #0EBA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBA52; }
p { color: rgb(14,186,82); }
H1.HeaderClassName
{
color: #0EBA52;
}
.AnyTagClassName
{
color: #0EBA52;
}
</style>
background-color css
<style>
a { background-color: #0EBA52; }
a { background-color: rgb(14,186,82); }
div.DivClassName
{
background-color: #0EBA52;
}
.BgClassName
{
background-color: #0EBA52;
}
</style>
border-color css
<style>
span { border-color: #0EBA52; }
span { border-color: rgb(14,186,82); }
td.TdClassName
{
border-color: #0EBA52;
}
.TagClassName
{
border-color: #0EBA52;
}
</style>