Shades of Pigment Green #0FBB56
Tints of Pigment Green #0FBB56
RGB
CMYK
RGB Variations
Color information
#0FBB56 (or 0x0FBB56) is known color: Pigment Green. HEX triplet: 0F, BB and 56. RGB value is (15,187,86). Sum of RGB (Red+Green+Blue) = 15+187+86=288 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.21% from 288); Green value is 187 (73.44% from 255 or 64.93% from 288); Blue value is 86 (33.98% from 255 or 29.86% from 288); Max value from RGB is 187 - color contains mainly: green. Hex color #0FBB56 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FBB56 is #F044A9. Grayscale: #7C7C7C. Windows color (decimal): -15746218 or 5683983. OLE color: 5683983.
HSL color Cylindrical-coordinate representation of color #0FBB56: hue angle of 144.77º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBB56 is Cyan = 0.92, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 15 | 187 | 86 | - |
| CMYK | 0.92 | 0 | 0.54 | 0.27 |
| HSL | 144.77º | 0.85% | 0.4% | - |
| HSV(B) | 144.77º | 0.92% | 0.73% | - |
| XYZ | 19.65 | 36.31 | 14.78 | - |
| YUV | 124.06 | 106.52 | 50.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 187 | 86 | 0.92 | 0 | 0.54 | 0.27 | 144.77 | 0.85 | 0.4 |
| Hex | F | BB | 56 | 5C | 0 | 36 | 1B | 91 | 55 | 28 |
| Octal | 17 | 273 | 126 | 134 | 0 | 66 | 33 | 221 | 125 | 50 |
| Binary | 1111 | 10111011 | 1010110 | 1011100 | 0 | 110110 | 11011 | 10010001 | 1010101 | 101000 |
Color Harmonies of #0FBB56
Complementary color
Monochromatic Colors of #0FBB56
Black with #0FBB56
Text Example
Text Example
White with #0FBB56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBB56; }
p { color: rgb(15,187,86); }
H1.HeaderClassName
{
color: #0FBB56;
}
.AnyTagClassName
{
color: #0FBB56;
}
</style>
background-color css
<style>
a { background-color: #0FBB56; }
a { background-color: rgb(15,187,86); }
div.DivClassName
{
background-color: #0FBB56;
}
.BgClassName
{
background-color: #0FBB56;
}
</style>
border-color css
<style>
span { border-color: #0FBB56; }
span { border-color: rgb(15,187,86); }
td.TdClassName
{
border-color: #0FBB56;
}
.TagClassName
{
border-color: #0FBB56;
}
</style>