Shades of Pigment Green #0FB050
Tints of Pigment Green #0FB050
RGB
CMYK
RGB Variations
Color information
#0FB050 (or 0x0FB050) is known color: Pigment Green. HEX triplet: 0F, B0 and 50. RGB value is (15,176,80). Sum of RGB (Red+Green+Blue) = 15+176+80=271 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.54% from 271); Green value is 176 (69.14% from 255 or 64.94% from 271); Blue value is 80 (31.64% from 255 or 29.52% from 271); Max value from RGB is 176 - color contains mainly: green. Hex color #0FB050 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FB050 is #F04FAF. Grayscale: #757575. Windows color (decimal): -15749040 or 5287951. OLE color: 5287951.
HSL color Cylindrical-coordinate representation of color #0FB050: hue angle of 144.22º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FB050 is Cyan = 0.91, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 15 | 176 | 80 | - |
| CMYK | 0.91 | 0 | 0.55 | 0.31 |
| HSL | 144.22º | 0.84% | 0.37% | - |
| HSV(B) | 144.22º | 0.91% | 0.69% | - |
| XYZ | 17.17 | 31.73 | 12.81 | - |
| YUV | 116.92 | 107.16 | 55.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 176 | 80 | 0.91 | 0 | 0.55 | 0.31 | 144.22 | 0.84 | 0.37 |
| Hex | F | B0 | 50 | 5B | 0 | 37 | 1F | 90 | 54 | 25 |
| Octal | 17 | 260 | 120 | 133 | 0 | 67 | 37 | 220 | 124 | 45 |
| Binary | 1111 | 10110000 | 1010000 | 1011011 | 0 | 110111 | 11111 | 10010000 | 1010100 | 100101 |
Color Harmonies of #0FB050
Complementary color
Monochromatic Colors of #0FB050
Black with #0FB050
Text Example
Text Example
White with #0FB050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB050; }
p { color: rgb(15,176,80); }
H1.HeaderClassName
{
color: #0FB050;
}
.AnyTagClassName
{
color: #0FB050;
}
</style>
background-color css
<style>
a { background-color: #0FB050; }
a { background-color: rgb(15,176,80); }
div.DivClassName
{
background-color: #0FB050;
}
.BgClassName
{
background-color: #0FB050;
}
</style>
border-color css
<style>
span { border-color: #0FB050; }
span { border-color: rgb(15,176,80); }
td.TdClassName
{
border-color: #0FB050;
}
.TagClassName
{
border-color: #0FB050;
}
</style>