Shades of Pigment Green #0BAF51
Tints of Pigment Green #0BAF51
RGB
CMYK
RGB Variations
Color information
#0BAF51 (or 0x0BAF51) is known color: Pigment Green. HEX triplet: 0B, AF and 51. RGB value is (11,175,81). Sum of RGB (Red+Green+Blue) = 11+175+81=267 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.12% from 267); Green value is 175 (68.75% from 255 or 65.54% from 267); Blue value is 81 (32.03% from 255 or 30.34% from 267); Max value from RGB is 175 - color contains mainly: green. Hex color #0BAF51 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BAF51 is #F450AE. Grayscale: #737373. Windows color (decimal): -16011439 or 5353227. OLE color: 5353227.
HSL color Cylindrical-coordinate representation of color #0BAF51: hue angle of 145.61º 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 #0BAF51 is Cyan = 0.94, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 11 | 175 | 81 | - |
| CMYK | 0.94 | 0 | 0.54 | 0.31 |
| HSL | 145.61º | 0.88% | 0.36% | - |
| HSV(B) | 145.61º | 0.94% | 0.69% | - |
| XYZ | 16.95 | 31.33 | 12.94 | - |
| YUV | 115.25 | 108.67 | 53.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 175 | 81 | 0.94 | 0 | 0.54 | 0.31 | 145.61 | 0.88 | 0.36 |
| Hex | B | AF | 51 | 5E | 0 | 36 | 1F | 92 | 58 | 24 |
| Octal | 13 | 257 | 121 | 136 | 0 | 66 | 37 | 222 | 130 | 44 |
| Binary | 1011 | 10101111 | 1010001 | 1011110 | 0 | 110110 | 11111 | 10010010 | 1011000 | 100100 |
Color Harmonies of #0BAF51
Complementary color
Monochromatic Colors of #0BAF51
Black with #0BAF51
Text Example
Text Example
White with #0BAF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAF51; }
p { color: rgb(11,175,81); }
H1.HeaderClassName
{
color: #0BAF51;
}
.AnyTagClassName
{
color: #0BAF51;
}
</style>
background-color css
<style>
a { background-color: #0BAF51; }
a { background-color: rgb(11,175,81); }
div.DivClassName
{
background-color: #0BAF51;
}
.BgClassName
{
background-color: #0BAF51;
}
</style>
border-color css
<style>
span { border-color: #0BAF51; }
span { border-color: rgb(11,175,81); }
td.TdClassName
{
border-color: #0BAF51;
}
.TagClassName
{
border-color: #0BAF51;
}
</style>