Shades of Pigment Green #0FAC51
Tints of Pigment Green #0FAC51
RGB
CMYK
RGB Variations
Color information
#0FAC51 (or 0x0FAC51) is known color: Pigment Green. HEX triplet: 0F, AC and 51. RGB value is (15,172,81). Sum of RGB (Red+Green+Blue) = 15+172+81=268 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.60% from 268); Green value is 172 (67.58% from 255 or 64.18% from 268); Blue value is 81 (32.03% from 255 or 30.22% from 268); Max value from RGB is 172 - color contains mainly: green. Hex color #0FAC51 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FAC51 is #F053AE. Grayscale: #727272. Windows color (decimal): -15750063 or 5352463. OLE color: 5352463.
HSL color Cylindrical-coordinate representation of color #0FAC51: hue angle of 145.22º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FAC51 is Cyan = 0.91, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 172 | 81 | - |
| CMYK | 0.91 | 0 | 0.53 | 0.33 |
| HSL | 145.22º | 0.84% | 0.37% | - |
| HSV(B) | 145.22º | 0.91% | 0.67% | - |
| XYZ | 16.43 | 30.2 | 12.75 | - |
| YUV | 114.68 | 108.99 | 56.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 172 | 81 | 0.91 | 0 | 0.53 | 0.33 | 145.22 | 0.84 | 0.37 |
| Hex | F | AC | 51 | 5B | 0 | 35 | 21 | 91 | 54 | 25 |
| Octal | 17 | 254 | 121 | 133 | 0 | 65 | 41 | 221 | 124 | 45 |
| Binary | 1111 | 10101100 | 1010001 | 1011011 | 0 | 110101 | 100001 | 10010001 | 1010100 | 100101 |
Color Harmonies of #0FAC51
Complementary color
Monochromatic Colors of #0FAC51
Black with #0FAC51
Text Example
Text Example
White with #0FAC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAC51; }
p { color: rgb(15,172,81); }
H1.HeaderClassName
{
color: #0FAC51;
}
.AnyTagClassName
{
color: #0FAC51;
}
</style>
background-color css
<style>
a { background-color: #0FAC51; }
a { background-color: rgb(15,172,81); }
div.DivClassName
{
background-color: #0FAC51;
}
.BgClassName
{
background-color: #0FAC51;
}
</style>
border-color css
<style>
span { border-color: #0FAC51; }
span { border-color: rgb(15,172,81); }
td.TdClassName
{
border-color: #0FAC51;
}
.TagClassName
{
border-color: #0FAC51;
}
</style>