Shades of Pigment Green #0BB15E
Tints of Pigment Green #0BB15E
RGB
CMYK
RGB Variations
Color information
#0BB15E (or 0x0BB15E) is known color: Pigment Green. HEX triplet: 0B, B1 and 5E. RGB value is (11,177,94). Sum of RGB (Red+Green+Blue) = 11+177+94=282 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.90% from 282); Green value is 177 (69.53% from 255 or 62.77% from 282); Blue value is 94 (37.11% from 255 or 33.33% from 282); Max value from RGB is 177 - color contains mainly: green. Hex color #0BB15E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BB15E is #F44EA1. Grayscale: #767676. Windows color (decimal): -16010914 or 6205707. OLE color: 6205707.
HSL color Cylindrical-coordinate representation of color #0BB15E: hue angle of 150º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB15E is Cyan = 0.94, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 11 | 177 | 94 | - |
| CMYK | 0.94 | 0 | 0.47 | 0.31 |
| HSL | 150º | 0.88% | 0.37% | - |
| HSV(B) | 150º | 0.94% | 0.69% | - |
| XYZ | 17.88 | 32.32 | 15.89 | - |
| YUV | 117.9 | 114.5 | 51.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 177 | 94 | 0.94 | 0 | 0.47 | 0.31 | 150 | 0.88 | 0.37 |
| Hex | B | B1 | 5E | 5E | 0 | 2F | 1F | 96 | 58 | 25 |
| Octal | 13 | 261 | 136 | 136 | 0 | 57 | 37 | 226 | 130 | 45 |
| Binary | 1011 | 10110001 | 1011110 | 1011110 | 0 | 101111 | 11111 | 10010110 | 1011000 | 100101 |
Color Harmonies of #0BB15E
Complementary color
Monochromatic Colors of #0BB15E
Black with #0BB15E
Text Example
Text Example
White with #0BB15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB15E; }
p { color: rgb(11,177,94); }
H1.HeaderClassName
{
color: #0BB15E;
}
.AnyTagClassName
{
color: #0BB15E;
}
</style>
background-color css
<style>
a { background-color: #0BB15E; }
a { background-color: rgb(11,177,94); }
div.DivClassName
{
background-color: #0BB15E;
}
.BgClassName
{
background-color: #0BB15E;
}
</style>
border-color css
<style>
span { border-color: #0BB15E; }
span { border-color: rgb(11,177,94); }
td.TdClassName
{
border-color: #0BB15E;
}
.TagClassName
{
border-color: #0BB15E;
}
</style>