Shades of Pigment Green #0FB15E
Tints of Pigment Green #0FB15E
RGB
CMYK
RGB Variations
Color information
#0FB15E (or 0x0FB15E) is known color: Pigment Green. HEX triplet: 0F, B1 and 5E. RGB value is (15,177,94). Sum of RGB (Red+Green+Blue) = 15+177+94=286 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.24% from 286); Green value is 177 (69.53% from 255 or 61.89% from 286); Blue value is 94 (37.11% from 255 or 32.87% from 286); Max value from RGB is 177 - color contains mainly: green. Hex color #0FB15E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FB15E is #F04EA1. Grayscale: #777777. Windows color (decimal): -15748770 or 6205711. OLE color: 6205711.
HSL color Cylindrical-coordinate representation of color #0FB15E: hue angle of 149.26º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB15E is Cyan = 0.92, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 15 | 177 | 94 | - |
| CMYK | 0.92 | 0 | 0.47 | 0.31 |
| HSL | 149.26º | 0.84% | 0.38% | - |
| HSV(B) | 149.26º | 0.92% | 0.69% | - |
| XYZ | 17.94 | 32.35 | 15.89 | - |
| YUV | 119.1 | 113.83 | 53.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 177 | 94 | 0.92 | 0 | 0.47 | 0.31 | 149.26 | 0.84 | 0.38 |
| Hex | F | B1 | 5E | 5C | 0 | 2F | 1F | 95 | 54 | 26 |
| Octal | 17 | 261 | 136 | 134 | 0 | 57 | 37 | 225 | 124 | 46 |
| Binary | 1111 | 10110001 | 1011110 | 1011100 | 0 | 101111 | 11111 | 10010101 | 1010100 | 100110 |
Color Harmonies of #0FB15E
Complementary color
Monochromatic Colors of #0FB15E
Black with #0FB15E
Text Example
Text Example
White with #0FB15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB15E; }
p { color: rgb(15,177,94); }
H1.HeaderClassName
{
color: #0FB15E;
}
.AnyTagClassName
{
color: #0FB15E;
}
</style>
background-color css
<style>
a { background-color: #0FB15E; }
a { background-color: rgb(15,177,94); }
div.DivClassName
{
background-color: #0FB15E;
}
.BgClassName
{
background-color: #0FB15E;
}
</style>
border-color css
<style>
span { border-color: #0FB15E; }
span { border-color: rgb(15,177,94); }
td.TdClassName
{
border-color: #0FB15E;
}
.TagClassName
{
border-color: #0FB15E;
}
</style>