Shades of Pigment Green #0FBC59
Tints of Pigment Green #0FBC59
RGB
CMYK
RGB Variations
Color information
#0FBC59 (or 0x0FBC59) is known color: Pigment Green. HEX triplet: 0F, BC and 59. RGB value is (15,188,89). Sum of RGB (Red+Green+Blue) = 15+188+89=292 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.14% from 292); Green value is 188 (73.83% from 255 or 64.38% from 292); Blue value is 89 (35.16% from 255 or 30.48% from 292); Max value from RGB is 188 - color contains mainly: green. Hex color #0FBC59 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FBC59 is #F043A6. Grayscale: #7D7D7D. Windows color (decimal): -15745959 or 5880847. OLE color: 5880847.
HSL color Cylindrical-coordinate representation of color #0FBC59: hue angle of 145.66º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBC59 is Cyan = 0.92, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 188 | 89 | - |
| CMYK | 0.92 | 0 | 0.53 | 0.26 |
| HSL | 145.66º | 0.85% | 0.4% | - |
| HSV(B) | 145.66º | 0.92% | 0.74% | - |
| XYZ | 19.98 | 36.79 | 15.5 | - |
| YUV | 124.99 | 107.69 | 49.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 188 | 89 | 0.92 | 0 | 0.53 | 0.26 | 145.66 | 0.85 | 0.4 |
| Hex | F | BC | 59 | 5C | 0 | 35 | 1A | 92 | 55 | 28 |
| Octal | 17 | 274 | 131 | 134 | 0 | 65 | 32 | 222 | 125 | 50 |
| Binary | 1111 | 10111100 | 1011001 | 1011100 | 0 | 110101 | 11010 | 10010010 | 1010101 | 101000 |
Color Harmonies of #0FBC59
Complementary color
Monochromatic Colors of #0FBC59
Black with #0FBC59
Text Example
Text Example
White with #0FBC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBC59; }
p { color: rgb(15,188,89); }
H1.HeaderClassName
{
color: #0FBC59;
}
.AnyTagClassName
{
color: #0FBC59;
}
</style>
background-color css
<style>
a { background-color: #0FBC59; }
a { background-color: rgb(15,188,89); }
div.DivClassName
{
background-color: #0FBC59;
}
.BgClassName
{
background-color: #0FBC59;
}
</style>
border-color css
<style>
span { border-color: #0FBC59; }
span { border-color: rgb(15,188,89); }
td.TdClassName
{
border-color: #0FBC59;
}
.TagClassName
{
border-color: #0FBC59;
}
</style>