Shades of Pigment Green #0FBC5D
Tints of Pigment Green #0FBC5D
RGB
CMYK
RGB Variations
Color information
#0FBC5D (or 0x0FBC5D) is known color: Pigment Green. HEX triplet: 0F, BC and 5D. RGB value is (15,188,93). Sum of RGB (Red+Green+Blue) = 15+188+93=296 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.07% from 296); Green value is 188 (73.83% from 255 or 63.51% from 296); Blue value is 93 (36.72% from 255 or 31.42% from 296); Max value from RGB is 188 - color contains mainly: green. Hex color #0FBC5D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FBC5D is #F043A2. Grayscale: #7D7D7D. Windows color (decimal): -15745955 or 6142991. OLE color: 6142991.
HSL color Cylindrical-coordinate representation of color #0FBC5D: hue angle of 147.05º 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 #0FBC5D is Cyan = 0.92, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 188 | 93 | - |
| CMYK | 0.92 | 0 | 0.51 | 0.26 |
| HSL | 147.05º | 0.85% | 0.4% | - |
| HSV(B) | 147.05º | 0.92% | 0.74% | - |
| XYZ | 20.16 | 36.86 | 16.41 | - |
| YUV | 125.44 | 109.69 | 49.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 188 | 93 | 0.92 | 0 | 0.51 | 0.26 | 147.05 | 0.85 | 0.4 |
| Hex | F | BC | 5D | 5C | 0 | 33 | 1A | 93 | 55 | 28 |
| Octal | 17 | 274 | 135 | 134 | 0 | 63 | 32 | 223 | 125 | 50 |
| Binary | 1111 | 10111100 | 1011101 | 1011100 | 0 | 110011 | 11010 | 10010011 | 1010101 | 101000 |
Color Harmonies of #0FBC5D
Complementary color
Monochromatic Colors of #0FBC5D
Black with #0FBC5D
Text Example
Text Example
White with #0FBC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBC5D; }
p { color: rgb(15,188,93); }
H1.HeaderClassName
{
color: #0FBC5D;
}
.AnyTagClassName
{
color: #0FBC5D;
}
</style>
background-color css
<style>
a { background-color: #0FBC5D; }
a { background-color: rgb(15,188,93); }
div.DivClassName
{
background-color: #0FBC5D;
}
.BgClassName
{
background-color: #0FBC5D;
}
</style>
border-color css
<style>
span { border-color: #0FBC5D; }
span { border-color: rgb(15,188,93); }
td.TdClassName
{
border-color: #0FBC5D;
}
.TagClassName
{
border-color: #0FBC5D;
}
</style>