Shades of Pigment Green #0FAF51
Tints of Pigment Green #0FAF51
RGB
CMYK
RGB Variations
Color information
#0FAF51 (or 0x0FAF51) is known color: Pigment Green. HEX triplet: 0F, AF and 51. RGB value is (15,175,81). Sum of RGB (Red+Green+Blue) = 15+175+81=271 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.54% from 271); Green value is 175 (68.75% from 255 or 64.58% from 271); Blue value is 81 (32.03% from 255 or 29.89% from 271); Max value from RGB is 175 - color contains mainly: green. Hex color #0FAF51 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FAF51 is #F050AE. Grayscale: #747474. Windows color (decimal): -15749295 or 5353231. OLE color: 5353231.
HSL color Cylindrical-coordinate representation of color #0FAF51: hue angle of 144.75º 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 #0FAF51 is Cyan = 0.91, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 15 | 175 | 81 | - |
| CMYK | 0.91 | 0 | 0.54 | 0.31 |
| HSL | 144.75º | 0.84% | 0.37% | - |
| HSV(B) | 144.75º | 0.91% | 0.69% | - |
| XYZ | 17.01 | 31.36 | 12.94 | - |
| YUV | 116.44 | 107.99 | 55.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 175 | 81 | 0.91 | 0 | 0.54 | 0.31 | 144.75 | 0.84 | 0.37 |
| Hex | F | AF | 51 | 5B | 0 | 36 | 1F | 91 | 54 | 25 |
| Octal | 17 | 257 | 121 | 133 | 0 | 66 | 37 | 221 | 124 | 45 |
| Binary | 1111 | 10101111 | 1010001 | 1011011 | 0 | 110110 | 11111 | 10010001 | 1010100 | 100101 |
Color Harmonies of #0FAF51
Complementary color
Monochromatic Colors of #0FAF51
Black with #0FAF51
Text Example
Text Example
White with #0FAF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAF51; }
p { color: rgb(15,175,81); }
H1.HeaderClassName
{
color: #0FAF51;
}
.AnyTagClassName
{
color: #0FAF51;
}
</style>
background-color css
<style>
a { background-color: #0FAF51; }
a { background-color: rgb(15,175,81); }
div.DivClassName
{
background-color: #0FAF51;
}
.BgClassName
{
background-color: #0FAF51;
}
</style>
border-color css
<style>
span { border-color: #0FAF51; }
span { border-color: rgb(15,175,81); }
td.TdClassName
{
border-color: #0FAF51;
}
.TagClassName
{
border-color: #0FAF51;
}
</style>