Shades of Pigment Green #0FAC48
Tints of Pigment Green #0FAC48
RGB
CMYK
RGB Variations
Color information
#0FAC48 (or 0x0FAC48) is known color: Pigment Green. HEX triplet: 0F, AC and 48. RGB value is (15,172,72). Sum of RGB (Red+Green+Blue) = 15+172+72=259 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.79% from 259); Green value is 172 (67.58% from 255 or 66.41% from 259); Blue value is 72 (28.52% from 255 or 27.80% from 259); Max value from RGB is 172 - color contains mainly: green. Hex color #0FAC48 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FAC48 is #F053B7. Grayscale: #717171. Windows color (decimal): -15750072 or 4762639. OLE color: 4762639.
HSL color Cylindrical-coordinate representation of color #0FAC48: hue angle of 141.78º 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 #0FAC48 is Cyan = 0.91, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 172 | 72 | - |
| CMYK | 0.91 | 0 | 0.58 | 0.33 |
| HSL | 141.78º | 0.84% | 0.37% | - |
| HSV(B) | 141.78º | 0.91% | 0.67% | - |
| XYZ | 16.12 | 30.07 | 11.09 | - |
| YUV | 113.66 | 104.49 | 57.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 172 | 72 | 0.91 | 0 | 0.58 | 0.33 | 141.78 | 0.84 | 0.37 |
| Hex | F | AC | 48 | 5B | 0 | 3A | 21 | 8E | 54 | 25 |
| Octal | 17 | 254 | 110 | 133 | 0 | 72 | 41 | 216 | 124 | 45 |
| Binary | 1111 | 10101100 | 1001000 | 1011011 | 0 | 111010 | 100001 | 10001110 | 1010100 | 100101 |
Color Harmonies of #0FAC48
Complementary color
Monochromatic Colors of #0FAC48
Black with #0FAC48
Text Example
Text Example
White with #0FAC48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAC48; }
p { color: rgb(15,172,72); }
H1.HeaderClassName
{
color: #0FAC48;
}
.AnyTagClassName
{
color: #0FAC48;
}
</style>
background-color css
<style>
a { background-color: #0FAC48; }
a { background-color: rgb(15,172,72); }
div.DivClassName
{
background-color: #0FAC48;
}
.BgClassName
{
background-color: #0FAC48;
}
</style>
border-color css
<style>
span { border-color: #0FAC48; }
span { border-color: rgb(15,172,72); }
td.TdClassName
{
border-color: #0FAC48;
}
.TagClassName
{
border-color: #0FAC48;
}
</style>