Shades of Pigment Green #0BAB42
Tints of Pigment Green #0BAB42
RGB
CMYK
RGB Variations
Color information
#0BAB42 (or 0x0BAB42) is known color: Pigment Green. HEX triplet: 0B, AB and 42. RGB value is (11,171,66). Sum of RGB (Red+Green+Blue) = 11+171+66=248 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.44% from 248); Green value is 171 (67.19% from 255 or 68.95% from 248); Blue value is 66 (26.17% from 255 or 26.61% from 248); Max value from RGB is 171 - color contains mainly: green. Hex color #0BAB42 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BAB42 is #F454BD. Grayscale: #6F6F6F. Windows color (decimal): -16012478 or 4369163. OLE color: 4369163.
HSL color Cylindrical-coordinate representation of color #0BAB42: hue angle of 140.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 #0BAB42 is Cyan = 0.94, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 11 | 171 | 66 | - |
| CMYK | 0.94 | 0 | 0.61 | 0.33 |
| HSL | 140.63º | 0.88% | 0.36% | - |
| HSV(B) | 140.63º | 0.94% | 0.67% | - |
| XYZ | 15.68 | 29.59 | 10.04 | - |
| YUV | 111.19 | 102.49 | 56.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 171 | 66 | 0.94 | 0 | 0.61 | 0.33 | 140.63 | 0.88 | 0.36 |
| Hex | B | AB | 42 | 5E | 0 | 3D | 21 | 8D | 58 | 24 |
| Octal | 13 | 253 | 102 | 136 | 0 | 75 | 41 | 215 | 130 | 44 |
| Binary | 1011 | 10101011 | 1000010 | 1011110 | 0 | 111101 | 100001 | 10001101 | 1011000 | 100100 |
Color Harmonies of #0BAB42
Complementary color
Monochromatic Colors of #0BAB42
Black with #0BAB42
Text Example
Text Example
White with #0BAB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAB42; }
p { color: rgb(11,171,66); }
H1.HeaderClassName
{
color: #0BAB42;
}
.AnyTagClassName
{
color: #0BAB42;
}
</style>
background-color css
<style>
a { background-color: #0BAB42; }
a { background-color: rgb(11,171,66); }
div.DivClassName
{
background-color: #0BAB42;
}
.BgClassName
{
background-color: #0BAB42;
}
</style>
border-color css
<style>
span { border-color: #0BAB42; }
span { border-color: rgb(11,171,66); }
td.TdClassName
{
border-color: #0BAB42;
}
.TagClassName
{
border-color: #0BAB42;
}
</style>