Shades of Pigment Green #0FB75C
Tints of Pigment Green #0FB75C
RGB
CMYK
RGB Variations
Color information
#0FB75C (or 0x0FB75C) is known color: Pigment Green. HEX triplet: 0F, B7 and 5C. RGB value is (15,183,92). Sum of RGB (Red+Green+Blue) = 15+183+92=290 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.17% from 290); Green value is 183 (71.88% from 255 or 63.10% from 290); Blue value is 92 (36.33% from 255 or 31.72% from 290); Max value from RGB is 183 - color contains mainly: green. Hex color #0FB75C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FB75C is #F048A3. Grayscale: #7A7A7A. Windows color (decimal): -15747236 or 6076175. OLE color: 6076175.
HSL color Cylindrical-coordinate representation of color #0FB75C: hue angle of 147.5º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB75C is Cyan = 0.92, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 15 | 183 | 92 | - |
| CMYK | 0.92 | 0 | 0.50 | 0.28 |
| HSL | 147.5º | 0.85% | 0.39% | - |
| HSV(B) | 147.5º | 0.92% | 0.72% | - |
| XYZ | 19.06 | 34.74 | 15.83 | - |
| YUV | 122.39 | 110.84 | 51.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 183 | 92 | 0.92 | 0 | 0.50 | 0.28 | 147.5 | 0.85 | 0.39 |
| Hex | F | B7 | 5C | 5C | 0 | 32 | 1C | 94 | 55 | 27 |
| Octal | 17 | 267 | 134 | 134 | 0 | 62 | 34 | 224 | 125 | 47 |
| Binary | 1111 | 10110111 | 1011100 | 1011100 | 0 | 110010 | 11100 | 10010100 | 1010101 | 100111 |
Color Harmonies of #0FB75C
Complementary color
Monochromatic Colors of #0FB75C
Black with #0FB75C
Text Example
Text Example
White with #0FB75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB75C; }
p { color: rgb(15,183,92); }
H1.HeaderClassName
{
color: #0FB75C;
}
.AnyTagClassName
{
color: #0FB75C;
}
</style>
background-color css
<style>
a { background-color: #0FB75C; }
a { background-color: rgb(15,183,92); }
div.DivClassName
{
background-color: #0FB75C;
}
.BgClassName
{
background-color: #0FB75C;
}
</style>
border-color css
<style>
span { border-color: #0FB75C; }
span { border-color: rgb(15,183,92); }
td.TdClassName
{
border-color: #0FB75C;
}
.TagClassName
{
border-color: #0FB75C;
}
</style>