Shades of Pigment Green #0BAD57
Tints of Pigment Green #0BAD57
RGB
CMYK
RGB Variations
Color information
#0BAD57 (or 0x0BAD57) is known color: Pigment Green. HEX triplet: 0B, AD and 57. RGB value is (11,173,87). Sum of RGB (Red+Green+Blue) = 11+173+87=271 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.06% from 271); Green value is 173 (67.97% from 255 or 63.84% from 271); Blue value is 87 (34.38% from 255 or 32.10% from 271); Max value from RGB is 173 - color contains mainly: green. Hex color #0BAD57 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BAD57 is #F452A8. Grayscale: #727272. Windows color (decimal): -16011945 or 5745931. OLE color: 5745931.
HSL color Cylindrical-coordinate representation of color #0BAD57: hue angle of 148.15º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BAD57 is Cyan = 0.94, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 11 | 173 | 87 | - |
| CMYK | 0.94 | 0 | 0.50 | 0.32 |
| HSL | 148.15º | 0.88% | 0.36% | - |
| HSV(B) | 148.15º | 0.94% | 0.68% | - |
| XYZ | 16.8 | 30.65 | 14.05 | - |
| YUV | 114.76 | 112.33 | 53.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 173 | 87 | 0.94 | 0 | 0.50 | 0.32 | 148.15 | 0.88 | 0.36 |
| Hex | B | AD | 57 | 5E | 0 | 32 | 20 | 94 | 58 | 24 |
| Octal | 13 | 255 | 127 | 136 | 0 | 62 | 40 | 224 | 130 | 44 |
| Binary | 1011 | 10101101 | 1010111 | 1011110 | 0 | 110010 | 100000 | 10010100 | 1011000 | 100100 |
Color Harmonies of #0BAD57
Complementary color
Monochromatic Colors of #0BAD57
Black with #0BAD57
Text Example
Text Example
White with #0BAD57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAD57; }
p { color: rgb(11,173,87); }
H1.HeaderClassName
{
color: #0BAD57;
}
.AnyTagClassName
{
color: #0BAD57;
}
</style>
background-color css
<style>
a { background-color: #0BAD57; }
a { background-color: rgb(11,173,87); }
div.DivClassName
{
background-color: #0BAD57;
}
.BgClassName
{
background-color: #0BAD57;
}
</style>
border-color css
<style>
span { border-color: #0BAD57; }
span { border-color: rgb(11,173,87); }
td.TdClassName
{
border-color: #0BAD57;
}
.TagClassName
{
border-color: #0BAD57;
}
</style>