Shades of Pigment Green #0BA353
Tints of Pigment Green #0BA353
RGB
CMYK
RGB Variations
Color information
#0BA353 (or 0x0BA353) is known color: Pigment Green. HEX triplet: 0B, A3 and 53. RGB value is (11,163,83). Sum of RGB (Red+Green+Blue) = 11+163+83=257 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.28% from 257); Green value is 163 (64.06% from 255 or 63.42% from 257); Blue value is 83 (32.81% from 255 or 32.30% from 257); Max value from RGB is 163 - color contains mainly: green. Hex color #0BA353 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BA353 is #F45CAC. Grayscale: #6C6C6C. Windows color (decimal): -16014509 or 5481227. OLE color: 5481227.
HSL color Cylindrical-coordinate representation of color #0BA353: hue angle of 148.42º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0BA353 is Cyan = 0.93, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 11 | 163 | 83 | - |
| CMYK | 0.93 | 0 | 0.49 | 0.36 |
| HSL | 148.42º | 0.87% | 0.34% | - |
| HSV(B) | 148.42º | 0.93% | 0.64% | - |
| XYZ | 14.8 | 26.89 | 12.59 | - |
| YUV | 108.43 | 113.64 | 58.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 163 | 83 | 0.93 | 0 | 0.49 | 0.36 | 148.42 | 0.87 | 0.34 |
| Hex | B | A3 | 53 | 5D | 0 | 31 | 24 | 94 | 57 | 22 |
| Octal | 13 | 243 | 123 | 135 | 0 | 61 | 44 | 224 | 127 | 42 |
| Binary | 1011 | 10100011 | 1010011 | 1011101 | 0 | 110001 | 100100 | 10010100 | 1010111 | 100010 |
Color Harmonies of #0BA353
Complementary color
Monochromatic Colors of #0BA353
Black with #0BA353
Text Example
Text Example
White with #0BA353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA353; }
p { color: rgb(11,163,83); }
H1.HeaderClassName
{
color: #0BA353;
}
.AnyTagClassName
{
color: #0BA353;
}
</style>
background-color css
<style>
a { background-color: #0BA353; }
a { background-color: rgb(11,163,83); }
div.DivClassName
{
background-color: #0BA353;
}
.BgClassName
{
background-color: #0BA353;
}
</style>
border-color css
<style>
span { border-color: #0BA353; }
span { border-color: rgb(11,163,83); }
td.TdClassName
{
border-color: #0BA353;
}
.TagClassName
{
border-color: #0BA353;
}
</style>