Shades of Pigment Green #0FB858
Tints of Pigment Green #0FB858
RGB
CMYK
RGB Variations
Color information
#0FB858 (or 0x0FB858) is known color: Pigment Green. HEX triplet: 0F, B8 and 58. RGB value is (15,184,88). Sum of RGB (Red+Green+Blue) = 15+184+88=287 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.23% from 287); Green value is 184 (72.27% from 255 or 64.11% from 287); Blue value is 88 (34.77% from 255 or 30.66% from 287); Max value from RGB is 184 - color contains mainly: green. Hex color #0FB858 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FB858 is #F047A7. Grayscale: #7A7A7A. Windows color (decimal): -15746984 or 5814287. OLE color: 5814287.
HSL color Cylindrical-coordinate representation of color #0FB858: hue angle of 145.92º 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 #0FB858 is Cyan = 0.92, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 15 | 184 | 88 | - |
| CMYK | 0.92 | 0 | 0.52 | 0.28 |
| HSL | 145.92º | 0.85% | 0.39% | - |
| HSV(B) | 145.92º | 0.92% | 0.72% | - |
| XYZ | 19.1 | 35.09 | 15 | - |
| YUV | 122.53 | 108.51 | 51.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 184 | 88 | 0.92 | 0 | 0.52 | 0.28 | 145.92 | 0.85 | 0.39 |
| Hex | F | B8 | 58 | 5C | 0 | 34 | 1C | 92 | 55 | 27 |
| Octal | 17 | 270 | 130 | 134 | 0 | 64 | 34 | 222 | 125 | 47 |
| Binary | 1111 | 10111000 | 1011000 | 1011100 | 0 | 110100 | 11100 | 10010010 | 1010101 | 100111 |
Color Harmonies of #0FB858
Complementary color
Monochromatic Colors of #0FB858
Black with #0FB858
Text Example
Text Example
White with #0FB858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB858; }
p { color: rgb(15,184,88); }
H1.HeaderClassName
{
color: #0FB858;
}
.AnyTagClassName
{
color: #0FB858;
}
</style>
background-color css
<style>
a { background-color: #0FB858; }
a { background-color: rgb(15,184,88); }
div.DivClassName
{
background-color: #0FB858;
}
.BgClassName
{
background-color: #0FB858;
}
</style>
border-color css
<style>
span { border-color: #0FB858; }
span { border-color: rgb(15,184,88); }
td.TdClassName
{
border-color: #0FB858;
}
.TagClassName
{
border-color: #0FB858;
}
</style>