Shades of Pigment Green #0BAB5A
Tints of Pigment Green #0BAB5A
RGB
CMYK
RGB Variations
Color information
#0BAB5A (or 0x0BAB5A) is known color: Pigment Green. HEX triplet: 0B, AB and 5A. RGB value is (11,171,90). Sum of RGB (Red+Green+Blue) = 11+171+90=272 (36% of max value = 765). Red value is 11 (4.69% from 255 or 4.04% from 272); Green value is 171 (67.19% from 255 or 62.87% from 272); Blue value is 90 (35.55% from 255 or 33.09% from 272); Max value from RGB is 171 - color contains mainly: green. Hex color #0BAB5A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BAB5A is #F454A5. Grayscale: #727272. Windows color (decimal): -16012454 or 5942027. OLE color: 5942027.
HSL color Cylindrical-coordinate representation of color #0BAB5A: hue angle of 149.62º 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 #0BAB5A is Cyan = 0.94, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 11 | 171 | 90 | - |
| CMYK | 0.94 | 0 | 0.47 | 0.33 |
| HSL | 149.63º | 0.88% | 0.36% | - |
| HSV(B) | 149.63º | 0.94% | 0.67% | - |
| XYZ | 16.55 | 29.94 | 14.58 | - |
| YUV | 113.93 | 114.49 | 54.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 171 | 90 | 0.94 | 0 | 0.47 | 0.33 | 149.63 | 0.88 | 0.36 |
| Hex | B | AB | 5A | 5E | 0 | 2F | 21 | 96 | 58 | 24 |
| Octal | 13 | 253 | 132 | 136 | 0 | 57 | 41 | 226 | 130 | 44 |
| Binary | 1011 | 10101011 | 1011010 | 1011110 | 0 | 101111 | 100001 | 10010110 | 1011000 | 100100 |
Color Harmonies of #0BAB5A
Complementary color
Monochromatic Colors of #0BAB5A
Black with #0BAB5A
Text Example
Text Example
White with #0BAB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAB5A; }
p { color: rgb(11,171,90); }
H1.HeaderClassName
{
color: #0BAB5A;
}
.AnyTagClassName
{
color: #0BAB5A;
}
</style>
background-color css
<style>
a { background-color: #0BAB5A; }
a { background-color: rgb(11,171,90); }
div.DivClassName
{
background-color: #0BAB5A;
}
.BgClassName
{
background-color: #0BAB5A;
}
</style>
border-color css
<style>
span { border-color: #0BAB5A; }
span { border-color: rgb(11,171,90); }
td.TdClassName
{
border-color: #0BAB5A;
}
.TagClassName
{
border-color: #0BAB5A;
}
</style>