Shades of Pigment Green #0FBC58
Tints of Pigment Green #0FBC58
RGB
CMYK
RGB Variations
Color information
#0FBC58 (or 0x0FBC58) is known color: Pigment Green. HEX triplet: 0F, BC and 58. RGB value is (15,188,88). Sum of RGB (Red+Green+Blue) = 15+188+88=291 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.15% from 291); Green value is 188 (73.83% from 255 or 64.60% from 291); Blue value is 88 (34.77% from 255 or 30.24% from 291); Max value from RGB is 188 - color contains mainly: green. Hex color #0FBC58 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FBC58 is #F043A7. Grayscale: #7D7D7D. Windows color (decimal): -15745960 or 5815311. OLE color: 5815311.
HSL color Cylindrical-coordinate representation of color #0FBC58: hue angle of 145.32º 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 #0FBC58 is Cyan = 0.92, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 188 | 88 | - |
| CMYK | 0.92 | 0 | 0.53 | 0.26 |
| HSL | 145.32º | 0.85% | 0.4% | - |
| HSV(B) | 145.32º | 0.92% | 0.74% | - |
| XYZ | 19.94 | 36.77 | 15.28 | - |
| YUV | 124.87 | 107.19 | 49.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 188 | 88 | 0.92 | 0 | 0.53 | 0.26 | 145.32 | 0.85 | 0.4 |
| Hex | F | BC | 58 | 5C | 0 | 35 | 1A | 91 | 55 | 28 |
| Octal | 17 | 274 | 130 | 134 | 0 | 65 | 32 | 221 | 125 | 50 |
| Binary | 1111 | 10111100 | 1011000 | 1011100 | 0 | 110101 | 11010 | 10010001 | 1010101 | 101000 |
Color Harmonies of #0FBC58
Complementary color
Monochromatic Colors of #0FBC58
Black with #0FBC58
Text Example
Text Example
White with #0FBC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBC58; }
p { color: rgb(15,188,88); }
H1.HeaderClassName
{
color: #0FBC58;
}
.AnyTagClassName
{
color: #0FBC58;
}
</style>
background-color css
<style>
a { background-color: #0FBC58; }
a { background-color: rgb(15,188,88); }
div.DivClassName
{
background-color: #0FBC58;
}
.BgClassName
{
background-color: #0FBC58;
}
</style>
border-color css
<style>
span { border-color: #0FBC58; }
span { border-color: rgb(15,188,88); }
td.TdClassName
{
border-color: #0FBC58;
}
.TagClassName
{
border-color: #0FBC58;
}
</style>