Shades of Pigment Green #0FAC52
Tints of Pigment Green #0FAC52
RGB
CMYK
RGB Variations
Color information
#0FAC52 (or 0x0FAC52) is known color: Pigment Green. HEX triplet: 0F, AC and 52. RGB value is (15,172,82). Sum of RGB (Red+Green+Blue) = 15+172+82=269 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.58% from 269); Green value is 172 (67.58% from 255 or 63.94% from 269); Blue value is 82 (32.42% from 255 or 30.48% from 269); Max value from RGB is 172 - color contains mainly: green. Hex color #0FAC52 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FAC52 is #F053AD. Grayscale: #727272. Windows color (decimal): -15750062 or 5417999. OLE color: 5417999.
HSL color Cylindrical-coordinate representation of color #0FAC52: hue angle of 145.61º 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 #0FAC52 is Cyan = 0.91, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 172 | 82 | - |
| CMYK | 0.91 | 0 | 0.52 | 0.33 |
| HSL | 145.61º | 0.84% | 0.37% | - |
| HSV(B) | 145.61º | 0.91% | 0.67% | - |
| XYZ | 16.47 | 30.22 | 12.95 | - |
| YUV | 114.8 | 109.49 | 56.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 172 | 82 | 0.91 | 0 | 0.52 | 0.33 | 145.61 | 0.84 | 0.37 |
| Hex | F | AC | 52 | 5B | 0 | 34 | 21 | 92 | 54 | 25 |
| Octal | 17 | 254 | 122 | 133 | 0 | 64 | 41 | 222 | 124 | 45 |
| Binary | 1111 | 10101100 | 1010010 | 1011011 | 0 | 110100 | 100001 | 10010010 | 1010100 | 100101 |
Color Harmonies of #0FAC52
Complementary color
Monochromatic Colors of #0FAC52
Black with #0FAC52
Text Example
Text Example
White with #0FAC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAC52; }
p { color: rgb(15,172,82); }
H1.HeaderClassName
{
color: #0FAC52;
}
.AnyTagClassName
{
color: #0FAC52;
}
</style>
background-color css
<style>
a { background-color: #0FAC52; }
a { background-color: rgb(15,172,82); }
div.DivClassName
{
background-color: #0FAC52;
}
.BgClassName
{
background-color: #0FAC52;
}
</style>
border-color css
<style>
span { border-color: #0FAC52; }
span { border-color: rgb(15,172,82); }
td.TdClassName
{
border-color: #0FAC52;
}
.TagClassName
{
border-color: #0FAC52;
}
</style>