Shades of Pigment Green #0BA43B
Tints of Pigment Green #0BA43B
RGB
CMYK
RGB Variations
Color information
#0BA43B (or 0x0BA43B) is known color: Pigment Green. HEX triplet: 0B, A4 and 3B. RGB value is (11,164,59). Sum of RGB (Red+Green+Blue) = 11+164+59=234 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.70% from 234); Green value is 164 (64.45% from 255 or 70.09% from 234); Blue value is 59 (23.44% from 255 or 25.21% from 234); Max value from RGB is 164 - color contains mainly: green. Hex color #0BA43B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BA43B is #F45BC4. Grayscale: #6A6A6A. Windows color (decimal): -16014277 or 3908619. OLE color: 3908619.
HSL color Cylindrical-coordinate representation of color #0BA43B: hue angle of 138.82º 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 #0BA43B is Cyan = 0.93, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 11 | 164 | 59 | - |
| CMYK | 0.93 | 0 | 0.64 | 0.36 |
| HSL | 138.82º | 0.87% | 0.34% | - |
| HSV(B) | 138.82º | 0.93% | 0.64% | - |
| XYZ | 14.2 | 26.94 | 8.59 | - |
| YUV | 106.28 | 101.31 | 60.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 164 | 59 | 0.93 | 0 | 0.64 | 0.36 | 138.82 | 0.87 | 0.34 |
| Hex | B | A4 | 3B | 5D | 0 | 40 | 24 | 8B | 57 | 22 |
| Octal | 13 | 244 | 73 | 135 | 0 | 100 | 44 | 213 | 127 | 42 |
| Binary | 1011 | 10100100 | 111011 | 1011101 | 0 | 1000000 | 100100 | 10001011 | 1010111 | 100010 |
Color Harmonies of #0BA43B
Complementary color
Monochromatic Colors of #0BA43B
Black with #0BA43B
Text Example
Text Example
White with #0BA43B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA43B; }
p { color: rgb(11,164,59); }
H1.HeaderClassName
{
color: #0BA43B;
}
.AnyTagClassName
{
color: #0BA43B;
}
</style>
background-color css
<style>
a { background-color: #0BA43B; }
a { background-color: rgb(11,164,59); }
div.DivClassName
{
background-color: #0BA43B;
}
.BgClassName
{
background-color: #0BA43B;
}
</style>
border-color css
<style>
span { border-color: #0BA43B; }
span { border-color: rgb(11,164,59); }
td.TdClassName
{
border-color: #0BA43B;
}
.TagClassName
{
border-color: #0BA43B;
}
</style>