Shades of Pigment Green #0BAF54
Tints of Pigment Green #0BAF54
RGB
CMYK
RGB Variations
Color information
#0BAF54 (or 0x0BAF54) is known color: Pigment Green. HEX triplet: 0B, AF and 54. RGB value is (11,175,84). Sum of RGB (Red+Green+Blue) = 11+175+84=270 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.07% from 270); Green value is 175 (68.75% from 255 or 64.81% from 270); Blue value is 84 (33.20% from 255 or 31.11% from 270); Max value from RGB is 175 - color contains mainly: green. Hex color #0BAF54 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BAF54 is #F450AB. Grayscale: #737373. Windows color (decimal): -16011436 or 5549835. OLE color: 5549835.
HSL color Cylindrical-coordinate representation of color #0BAF54: hue angle of 146.71º 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 #0BAF54 is Cyan = 0.94, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 11 | 175 | 84 | - |
| CMYK | 0.94 | 0 | 0.52 | 0.31 |
| HSL | 146.71º | 0.88% | 0.36% | - |
| HSV(B) | 146.71º | 0.94% | 0.69% | - |
| XYZ | 17.07 | 31.37 | 13.54 | - |
| YUV | 115.59 | 110.17 | 53.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 175 | 84 | 0.94 | 0 | 0.52 | 0.31 | 146.71 | 0.88 | 0.36 |
| Hex | B | AF | 54 | 5E | 0 | 34 | 1F | 93 | 58 | 24 |
| Octal | 13 | 257 | 124 | 136 | 0 | 64 | 37 | 223 | 130 | 44 |
| Binary | 1011 | 10101111 | 1010100 | 1011110 | 0 | 110100 | 11111 | 10010011 | 1011000 | 100100 |
Color Harmonies of #0BAF54
Complementary color
Monochromatic Colors of #0BAF54
Black with #0BAF54
Text Example
Text Example
White with #0BAF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAF54; }
p { color: rgb(11,175,84); }
H1.HeaderClassName
{
color: #0BAF54;
}
.AnyTagClassName
{
color: #0BAF54;
}
</style>
background-color css
<style>
a { background-color: #0BAF54; }
a { background-color: rgb(11,175,84); }
div.DivClassName
{
background-color: #0BAF54;
}
.BgClassName
{
background-color: #0BAF54;
}
</style>
border-color css
<style>
span { border-color: #0BAF54; }
span { border-color: rgb(11,175,84); }
td.TdClassName
{
border-color: #0BAF54;
}
.TagClassName
{
border-color: #0BAF54;
}
</style>