Shades of Pigment Green #0FB75B
Tints of Pigment Green #0FB75B
RGB
CMYK
RGB Variations
Color information
#0FB75B (or 0x0FB75B) is known color: Pigment Green. HEX triplet: 0F, B7 and 5B. RGB value is (15,183,91). Sum of RGB (Red+Green+Blue) = 15+183+91=289 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.19% from 289); Green value is 183 (71.88% from 255 or 63.32% from 289); Blue value is 91 (35.94% from 255 or 31.49% from 289); Max value from RGB is 183 - color contains mainly: green. Hex color #0FB75B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FB75B is #F048A4. Grayscale: #7A7A7A. Windows color (decimal): -15747237 or 6010639. OLE color: 6010639.
HSL color Cylindrical-coordinate representation of color #0FB75B: hue angle of 147.14º 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 #0FB75B is Cyan = 0.92, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 15 | 183 | 91 | - |
| CMYK | 0.92 | 0 | 0.50 | 0.28 |
| HSL | 147.14º | 0.85% | 0.39% | - |
| HSV(B) | 147.14º | 0.92% | 0.72% | - |
| XYZ | 19.02 | 34.72 | 15.6 | - |
| YUV | 122.28 | 110.34 | 51.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 183 | 91 | 0.92 | 0 | 0.50 | 0.28 | 147.14 | 0.85 | 0.39 |
| Hex | F | B7 | 5B | 5C | 0 | 32 | 1C | 93 | 55 | 27 |
| Octal | 17 | 267 | 133 | 134 | 0 | 62 | 34 | 223 | 125 | 47 |
| Binary | 1111 | 10110111 | 1011011 | 1011100 | 0 | 110010 | 11100 | 10010011 | 1010101 | 100111 |
Color Harmonies of #0FB75B
Complementary color
Monochromatic Colors of #0FB75B
Black with #0FB75B
Text Example
Text Example
White with #0FB75B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB75B; }
p { color: rgb(15,183,91); }
H1.HeaderClassName
{
color: #0FB75B;
}
.AnyTagClassName
{
color: #0FB75B;
}
</style>
background-color css
<style>
a { background-color: #0FB75B; }
a { background-color: rgb(15,183,91); }
div.DivClassName
{
background-color: #0FB75B;
}
.BgClassName
{
background-color: #0FB75B;
}
</style>
border-color css
<style>
span { border-color: #0FB75B; }
span { border-color: rgb(15,183,91); }
td.TdClassName
{
border-color: #0FB75B;
}
.TagClassName
{
border-color: #0FB75B;
}
</style>