Shades of Pigment Green #0FBA56
Tints of Pigment Green #0FBA56
RGB
CMYK
RGB Variations
Color information
#0FBA56 (or 0x0FBA56) is known color: Pigment Green. HEX triplet: 0F, BA and 56. RGB value is (15,186,86). Sum of RGB (Red+Green+Blue) = 15+186+86=287 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.23% from 287); Green value is 186 (73.05% from 255 or 64.81% from 287); Blue value is 86 (33.98% from 255 or 29.97% from 287); Max value from RGB is 186 - color contains mainly: green. Hex color #0FBA56 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FBA56 is #F045A9. Grayscale: #7B7B7B. Windows color (decimal): -15746474 or 5683727. OLE color: 5683727.
HSL color Cylindrical-coordinate representation of color #0FBA56: hue angle of 144.91º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBA56 is Cyan = 0.92, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 15 | 186 | 86 | - |
| CMYK | 0.92 | 0 | 0.54 | 0.27 |
| HSL | 144.91º | 0.85% | 0.39% | - |
| HSV(B) | 144.91º | 0.92% | 0.73% | - |
| XYZ | 19.44 | 35.89 | 14.71 | - |
| YUV | 123.47 | 106.85 | 50.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 186 | 86 | 0.92 | 0 | 0.54 | 0.27 | 144.91 | 0.85 | 0.39 |
| Hex | F | BA | 56 | 5C | 0 | 36 | 1B | 91 | 55 | 27 |
| Octal | 17 | 272 | 126 | 134 | 0 | 66 | 33 | 221 | 125 | 47 |
| Binary | 1111 | 10111010 | 1010110 | 1011100 | 0 | 110110 | 11011 | 10010001 | 1010101 | 100111 |
Color Harmonies of #0FBA56
Complementary color
Monochromatic Colors of #0FBA56
Black with #0FBA56
Text Example
Text Example
White with #0FBA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBA56; }
p { color: rgb(15,186,86); }
H1.HeaderClassName
{
color: #0FBA56;
}
.AnyTagClassName
{
color: #0FBA56;
}
</style>
background-color css
<style>
a { background-color: #0FBA56; }
a { background-color: rgb(15,186,86); }
div.DivClassName
{
background-color: #0FBA56;
}
.BgClassName
{
background-color: #0FBA56;
}
</style>
border-color css
<style>
span { border-color: #0FBA56; }
span { border-color: rgb(15,186,86); }
td.TdClassName
{
border-color: #0FBA56;
}
.TagClassName
{
border-color: #0FBA56;
}
</style>