Shades of Pigment Green #0BA94C
Tints of Pigment Green #0BA94C
RGB
CMYK
RGB Variations
Color information
#0BA94C (or 0x0BA94C) is known color: Pigment Green. HEX triplet: 0B, A9 and 4C. RGB value is (11,169,76). Sum of RGB (Red+Green+Blue) = 11+169+76=256 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.30% from 256); Green value is 169 (66.41% from 255 or 66.02% from 256); Blue value is 76 (30.08% from 255 or 29.69% from 256); Max value from RGB is 169 - color contains mainly: green. Hex color #0BA94C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BA94C is #F456B3. Grayscale: #6F6F6F. Windows color (decimal): -16012980 or 5024011. OLE color: 5024011.
HSL color Cylindrical-coordinate representation of color #0BA94C: hue angle of 144.68º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0BA94C is Cyan = 0.93, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 11 | 169 | 76 | - |
| CMYK | 0.93 | 0 | 0.55 | 0.34 |
| HSL | 144.68º | 0.88% | 0.35% | - |
| HSV(B) | 144.68º | 0.93% | 0.66% | - |
| XYZ | 15.63 | 28.97 | 11.61 | - |
| YUV | 111.16 | 108.15 | 56.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 169 | 76 | 0.93 | 0 | 0.55 | 0.34 | 144.68 | 0.88 | 0.35 |
| Hex | B | A9 | 4C | 5D | 0 | 37 | 22 | 91 | 58 | 23 |
| Octal | 13 | 251 | 114 | 135 | 0 | 67 | 42 | 221 | 130 | 43 |
| Binary | 1011 | 10101001 | 1001100 | 1011101 | 0 | 110111 | 100010 | 10010001 | 1011000 | 100011 |
Color Harmonies of #0BA94C
Complementary color
Monochromatic Colors of #0BA94C
Black with #0BA94C
Text Example
Text Example
White with #0BA94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA94C; }
p { color: rgb(11,169,76); }
H1.HeaderClassName
{
color: #0BA94C;
}
.AnyTagClassName
{
color: #0BA94C;
}
</style>
background-color css
<style>
a { background-color: #0BA94C; }
a { background-color: rgb(11,169,76); }
div.DivClassName
{
background-color: #0BA94C;
}
.BgClassName
{
background-color: #0BA94C;
}
</style>
border-color css
<style>
span { border-color: #0BA94C; }
span { border-color: rgb(11,169,76); }
td.TdClassName
{
border-color: #0BA94C;
}
.TagClassName
{
border-color: #0BA94C;
}
</style>