Shades of Pigment Green #0FAC4D
Tints of Pigment Green #0FAC4D
RGB
CMYK
RGB Variations
Color information
#0FAC4D (or 0x0FAC4D) is known color: Pigment Green. HEX triplet: 0F, AC and 4D. RGB value is (15,172,77). Sum of RGB (Red+Green+Blue) = 15+172+77=264 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.68% from 264); Green value is 172 (67.58% from 255 or 65.15% from 264); Blue value is 77 (30.47% from 255 or 29.17% from 264); Max value from RGB is 172 - color contains mainly: green. Hex color #0FAC4D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FAC4D is #F053B2. Grayscale: #727272. Windows color (decimal): -15750067 or 5090319. OLE color: 5090319.
HSL color Cylindrical-coordinate representation of color #0FAC4D: hue angle of 143.69º 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 #0FAC4D is Cyan = 0.91, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 172 | 77 | - |
| CMYK | 0.91 | 0 | 0.55 | 0.33 |
| HSL | 143.69º | 0.84% | 0.37% | - |
| HSV(B) | 143.69º | 0.91% | 0.67% | - |
| XYZ | 16.29 | 30.14 | 11.98 | - |
| YUV | 114.23 | 106.99 | 57.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 172 | 77 | 0.91 | 0 | 0.55 | 0.33 | 143.69 | 0.84 | 0.37 |
| Hex | F | AC | 4D | 5B | 0 | 37 | 21 | 90 | 54 | 25 |
| Octal | 17 | 254 | 115 | 133 | 0 | 67 | 41 | 220 | 124 | 45 |
| Binary | 1111 | 10101100 | 1001101 | 1011011 | 0 | 110111 | 100001 | 10010000 | 1010100 | 100101 |
Color Harmonies of #0FAC4D
Complementary color
Monochromatic Colors of #0FAC4D
Black with #0FAC4D
Text Example
Text Example
White with #0FAC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAC4D; }
p { color: rgb(15,172,77); }
H1.HeaderClassName
{
color: #0FAC4D;
}
.AnyTagClassName
{
color: #0FAC4D;
}
</style>
background-color css
<style>
a { background-color: #0FAC4D; }
a { background-color: rgb(15,172,77); }
div.DivClassName
{
background-color: #0FAC4D;
}
.BgClassName
{
background-color: #0FAC4D;
}
</style>
border-color css
<style>
span { border-color: #0FAC4D; }
span { border-color: rgb(15,172,77); }
td.TdClassName
{
border-color: #0FAC4D;
}
.TagClassName
{
border-color: #0FAC4D;
}
</style>