Shades of Pigment Green #0BA13B
Tints of Pigment Green #0BA13B
RGB
CMYK
RGB Variations
Color information
#0BA13B (or 0x0BA13B) is known color: Pigment Green. HEX triplet: 0B, A1 and 3B. RGB value is (11,161,59). Sum of RGB (Red+Green+Blue) = 11+161+59=231 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.76% from 231); Green value is 161 (63.28% from 255 or 69.70% from 231); Blue value is 59 (23.44% from 255 or 25.54% from 231); Max value from RGB is 161 - color contains mainly: green. Hex color #0BA13B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BA13B is #F45EC4. Grayscale: #686868. Windows color (decimal): -16015045 or 3907851. OLE color: 3907851.
HSL color Cylindrical-coordinate representation of color #0BA13B: hue angle of 139.2º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0BA13B is Cyan = 0.93, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 11 | 161 | 59 | - |
| CMYK | 0.93 | 0 | 0.63 | 0.37 |
| HSL | 139.2º | 0.87% | 0.34% | - |
| HSV(B) | 139.2º | 0.93% | 0.63% | - |
| XYZ | 13.67 | 25.88 | 8.41 | - |
| YUV | 104.52 | 102.31 | 61.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 161 | 59 | 0.93 | 0 | 0.63 | 0.37 | 139.2 | 0.87 | 0.34 |
| Hex | B | A1 | 3B | 5D | 0 | 3F | 25 | 8B | 57 | 22 |
| Octal | 13 | 241 | 73 | 135 | 0 | 77 | 45 | 213 | 127 | 42 |
| Binary | 1011 | 10100001 | 111011 | 1011101 | 0 | 111111 | 100101 | 10001011 | 1010111 | 100010 |
Color Harmonies of #0BA13B
Complementary color
Monochromatic Colors of #0BA13B
Black with #0BA13B
Text Example
Text Example
White with #0BA13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA13B; }
p { color: rgb(11,161,59); }
H1.HeaderClassName
{
color: #0BA13B;
}
.AnyTagClassName
{
color: #0BA13B;
}
</style>
background-color css
<style>
a { background-color: #0BA13B; }
a { background-color: rgb(11,161,59); }
div.DivClassName
{
background-color: #0BA13B;
}
.BgClassName
{
background-color: #0BA13B;
}
</style>
border-color css
<style>
span { border-color: #0BA13B; }
span { border-color: rgb(11,161,59); }
td.TdClassName
{
border-color: #0BA13B;
}
.TagClassName
{
border-color: #0BA13B;
}
</style>