Shades of Pigment Green #0EBB5B
Tints of Pigment Green #0EBB5B
RGB
CMYK
RGB Variations
Color information
#0EBB5B (or 0x0EBB5B) is known color: Pigment Green. HEX triplet: 0E, BB and 5B. RGB value is (14,187,91). Sum of RGB (Red+Green+Blue) = 14+187+91=292 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.79% from 292); Green value is 187 (73.44% from 255 or 64.04% from 292); Blue value is 91 (35.94% from 255 or 31.16% from 292); Max value from RGB is 187 - color contains mainly: green. Hex color #0EBB5B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EBB5B is #F144A4. Grayscale: #7C7C7C. Windows color (decimal): -15811749 or 6011662. OLE color: 6011662.
HSL color Cylindrical-coordinate representation of color #0EBB5B: hue angle of 146.71º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EBB5B is Cyan = 0.93, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 14 | 187 | 91 | - |
| CMYK | 0.93 | 0 | 0.51 | 0.27 |
| HSL | 146.71º | 0.86% | 0.39% | - |
| HSV(B) | 146.71º | 0.93% | 0.73% | - |
| XYZ | 19.84 | 36.39 | 15.88 | - |
| YUV | 124.33 | 109.19 | 49.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 187 | 91 | 0.93 | 0 | 0.51 | 0.27 | 146.71 | 0.86 | 0.39 |
| Hex | E | BB | 5B | 5D | 0 | 33 | 1B | 93 | 56 | 27 |
| Octal | 16 | 273 | 133 | 135 | 0 | 63 | 33 | 223 | 126 | 47 |
| Binary | 1110 | 10111011 | 1011011 | 1011101 | 0 | 110011 | 11011 | 10010011 | 1010110 | 100111 |
Color Harmonies of #0EBB5B
Complementary color
Monochromatic Colors of #0EBB5B
Black with #0EBB5B
Text Example
Text Example
White with #0EBB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBB5B; }
p { color: rgb(14,187,91); }
H1.HeaderClassName
{
color: #0EBB5B;
}
.AnyTagClassName
{
color: #0EBB5B;
}
</style>
background-color css
<style>
a { background-color: #0EBB5B; }
a { background-color: rgb(14,187,91); }
div.DivClassName
{
background-color: #0EBB5B;
}
.BgClassName
{
background-color: #0EBB5B;
}
</style>
border-color css
<style>
span { border-color: #0EBB5B; }
span { border-color: rgb(14,187,91); }
td.TdClassName
{
border-color: #0EBB5B;
}
.TagClassName
{
border-color: #0EBB5B;
}
</style>