Shades of Pigment Green #0FAF47
Tints of Pigment Green #0FAF47
RGB
CMYK
RGB Variations
Color information
#0FAF47 (or 0x0FAF47) is known color: Pigment Green. HEX triplet: 0F, AF and 47. RGB value is (15,175,71). Sum of RGB (Red+Green+Blue) = 15+175+71=261 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.75% from 261); Green value is 175 (68.75% from 255 or 67.05% from 261); Blue value is 71 (28.12% from 255 or 27.20% from 261); Max value from RGB is 175 - color contains mainly: green. Hex color #0FAF47 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FAF47 is #F050B8. Grayscale: #737373. Windows color (decimal): -15749305 or 4697871. OLE color: 4697871.
HSL color Cylindrical-coordinate representation of color #0FAF47: hue angle of 141º 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 #0FAF47 is Cyan = 0.91, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 15 | 175 | 71 | - |
| CMYK | 0.91 | 0 | 0.59 | 0.31 |
| HSL | 141º | 0.84% | 0.37% | - |
| HSV(B) | 141º | 0.91% | 0.69% | - |
| XYZ | 16.66 | 31.22 | 11.11 | - |
| YUV | 115.3 | 102.99 | 56.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 175 | 71 | 0.91 | 0 | 0.59 | 0.31 | 141 | 0.84 | 0.37 |
| Hex | F | AF | 47 | 5B | 0 | 3B | 1F | 8D | 54 | 25 |
| Octal | 17 | 257 | 107 | 133 | 0 | 73 | 37 | 215 | 124 | 45 |
| Binary | 1111 | 10101111 | 1000111 | 1011011 | 0 | 111011 | 11111 | 10001101 | 1010100 | 100101 |
Color Harmonies of #0FAF47
Complementary color
Monochromatic Colors of #0FAF47
Black with #0FAF47
Text Example
Text Example
White with #0FAF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAF47; }
p { color: rgb(15,175,71); }
H1.HeaderClassName
{
color: #0FAF47;
}
.AnyTagClassName
{
color: #0FAF47;
}
</style>
background-color css
<style>
a { background-color: #0FAF47; }
a { background-color: rgb(15,175,71); }
div.DivClassName
{
background-color: #0FAF47;
}
.BgClassName
{
background-color: #0FAF47;
}
</style>
border-color css
<style>
span { border-color: #0FAF47; }
span { border-color: rgb(15,175,71); }
td.TdClassName
{
border-color: #0FAF47;
}
.TagClassName
{
border-color: #0FAF47;
}
</style>