Shades of Pigment Green #0BAF49
Tints of Pigment Green #0BAF49
RGB
CMYK
RGB Variations
Color information
#0BAF49 (or 0x0BAF49) is known color: Pigment Green. HEX triplet: 0B, AF and 49. RGB value is (11,175,73). Sum of RGB (Red+Green+Blue) = 11+175+73=259 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.25% from 259); Green value is 175 (68.75% from 255 or 67.57% from 259); Blue value is 73 (28.91% from 255 or 28.19% from 259); Max value from RGB is 175 - color contains mainly: green. Hex color #0BAF49 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BAF49 is #F450B6. Grayscale: #727272. Windows color (decimal): -16011447 or 4828939. OLE color: 4828939.
HSL color Cylindrical-coordinate representation of color #0BAF49: hue angle of 142.68º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BAF49 is Cyan = 0.94, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 11 | 175 | 73 | - |
| CMYK | 0.94 | 0 | 0.58 | 0.31 |
| HSL | 142.68º | 0.88% | 0.36% | - |
| HSV(B) | 142.68º | 0.94% | 0.69% | - |
| XYZ | 16.67 | 31.21 | 11.45 | - |
| YUV | 114.34 | 104.67 | 54.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 175 | 73 | 0.94 | 0 | 0.58 | 0.31 | 142.68 | 0.88 | 0.36 |
| Hex | B | AF | 49 | 5E | 0 | 3A | 1F | 8F | 58 | 24 |
| Octal | 13 | 257 | 111 | 136 | 0 | 72 | 37 | 217 | 130 | 44 |
| Binary | 1011 | 10101111 | 1001001 | 1011110 | 0 | 111010 | 11111 | 10001111 | 1011000 | 100100 |
Color Harmonies of #0BAF49
Complementary color
Monochromatic Colors of #0BAF49
Black with #0BAF49
Text Example
Text Example
White with #0BAF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAF49; }
p { color: rgb(11,175,73); }
H1.HeaderClassName
{
color: #0BAF49;
}
.AnyTagClassName
{
color: #0BAF49;
}
</style>
background-color css
<style>
a { background-color: #0BAF49; }
a { background-color: rgb(11,175,73); }
div.DivClassName
{
background-color: #0BAF49;
}
.BgClassName
{
background-color: #0BAF49;
}
</style>
border-color css
<style>
span { border-color: #0BAF49; }
span { border-color: rgb(11,175,73); }
td.TdClassName
{
border-color: #0BAF49;
}
.TagClassName
{
border-color: #0BAF49;
}
</style>