Shades of Pigment Green #0BAC5E
Tints of Pigment Green #0BAC5E
RGB
CMYK
RGB Variations
Color information
#0BAC5E (or 0x0BAC5E) is known color: Pigment Green. HEX triplet: 0B, AC and 5E. RGB value is (11,172,94). Sum of RGB (Red+Green+Blue) = 11+172+94=277 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.97% from 277); Green value is 172 (67.58% from 255 or 62.09% from 277); Blue value is 94 (37.11% from 255 or 33.94% from 277); Max value from RGB is 172 - color contains mainly: green. Hex color #0BAC5E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BAC5E is #F453A1. Grayscale: #737373. Windows color (decimal): -16012194 or 6204427. OLE color: 6204427.
HSL color Cylindrical-coordinate representation of color #0BAC5E: hue angle of 150.93º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BAC5E is Cyan = 0.94, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 11 | 172 | 94 | - |
| CMYK | 0.94 | 0 | 0.45 | 0.33 |
| HSL | 150.93º | 0.88% | 0.36% | - |
| HSV(B) | 150.93º | 0.94% | 0.67% | - |
| XYZ | 16.91 | 30.38 | 15.56 | - |
| YUV | 114.97 | 116.16 | 53.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 172 | 94 | 0.94 | 0 | 0.45 | 0.33 | 150.93 | 0.88 | 0.36 |
| Hex | B | AC | 5E | 5E | 0 | 2D | 21 | 97 | 58 | 24 |
| Octal | 13 | 254 | 136 | 136 | 0 | 55 | 41 | 227 | 130 | 44 |
| Binary | 1011 | 10101100 | 1011110 | 1011110 | 0 | 101101 | 100001 | 10010111 | 1011000 | 100100 |
Color Harmonies of #0BAC5E
Complementary color
Monochromatic Colors of #0BAC5E
Black with #0BAC5E
Text Example
Text Example
White with #0BAC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAC5E; }
p { color: rgb(11,172,94); }
H1.HeaderClassName
{
color: #0BAC5E;
}
.AnyTagClassName
{
color: #0BAC5E;
}
</style>
background-color css
<style>
a { background-color: #0BAC5E; }
a { background-color: rgb(11,172,94); }
div.DivClassName
{
background-color: #0BAC5E;
}
.BgClassName
{
background-color: #0BAC5E;
}
</style>
border-color css
<style>
span { border-color: #0BAC5E; }
span { border-color: rgb(11,172,94); }
td.TdClassName
{
border-color: #0BAC5E;
}
.TagClassName
{
border-color: #0BAC5E;
}
</style>