Shades of Pigment Green #0FB85F
Tints of Pigment Green #0FB85F
RGB
CMYK
RGB Variations
Color information
#0FB85F (or 0x0FB85F) is known color: Pigment Green. HEX triplet: 0F, B8 and 5F. RGB value is (15,184,95). Sum of RGB (Red+Green+Blue) = 15+184+95=294 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.10% from 294); Green value is 184 (72.27% from 255 or 62.59% from 294); Blue value is 95 (37.5% from 255 or 32.31% from 294); Max value from RGB is 184 - color contains mainly: green. Hex color #0FB85F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FB85F is #F047A0. Grayscale: #7B7B7B. Windows color (decimal): -15746977 or 6273039. OLE color: 6273039.
HSL color Cylindrical-coordinate representation of color #0FB85F: hue angle of 148.4º 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 #0FB85F is Cyan = 0.92, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 15 | 184 | 95 | - |
| CMYK | 0.92 | 0 | 0.48 | 0.28 |
| HSL | 148.4º | 0.85% | 0.39% | - |
| HSV(B) | 148.4º | 0.92% | 0.72% | - |
| XYZ | 19.4 | 35.21 | 16.6 | - |
| YUV | 123.32 | 112.01 | 50.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 184 | 95 | 0.92 | 0 | 0.48 | 0.28 | 148.4 | 0.85 | 0.39 |
| Hex | F | B8 | 5F | 5C | 0 | 30 | 1C | 94 | 55 | 27 |
| Octal | 17 | 270 | 137 | 134 | 0 | 60 | 34 | 224 | 125 | 47 |
| Binary | 1111 | 10111000 | 1011111 | 1011100 | 0 | 110000 | 11100 | 10010100 | 1010101 | 100111 |
Color Harmonies of #0FB85F
Complementary color
Monochromatic Colors of #0FB85F
Black with #0FB85F
Text Example
Text Example
White with #0FB85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB85F; }
p { color: rgb(15,184,95); }
H1.HeaderClassName
{
color: #0FB85F;
}
.AnyTagClassName
{
color: #0FB85F;
}
</style>
background-color css
<style>
a { background-color: #0FB85F; }
a { background-color: rgb(15,184,95); }
div.DivClassName
{
background-color: #0FB85F;
}
.BgClassName
{
background-color: #0FB85F;
}
</style>
border-color css
<style>
span { border-color: #0FB85F; }
span { border-color: rgb(15,184,95); }
td.TdClassName
{
border-color: #0FB85F;
}
.TagClassName
{
border-color: #0FB85F;
}
</style>