Shades of Pigment Green #0FAC44
Tints of Pigment Green #0FAC44
RGB
CMYK
RGB Variations
Color information
#0FAC44 (or 0x0FAC44) is known color: Pigment Green. HEX triplet: 0F, AC and 44. RGB value is (15,172,68). Sum of RGB (Red+Green+Blue) = 15+172+68=255 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.88% from 255); Green value is 172 (67.58% from 255 or 67.45% from 255); Blue value is 68 (26.95% from 255 or 26.67% from 255); Max value from RGB is 172 - color contains mainly: green. Hex color #0FAC44 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FAC44 is #F053BB. Grayscale: #717171. Windows color (decimal): -15750076 or 4500495. OLE color: 4500495.
HSL color Cylindrical-coordinate representation of color #0FAC44: hue angle of 140.25º 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 #0FAC44 is Cyan = 0.91, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 172 | 68 | - |
| CMYK | 0.91 | 0 | 0.60 | 0.33 |
| HSL | 140.25º | 0.84% | 0.37% | - |
| HSV(B) | 140.25º | 0.91% | 0.67% | - |
| XYZ | 15.99 | 30.02 | 10.42 | - |
| YUV | 113.2 | 102.49 | 57.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 172 | 68 | 0.91 | 0 | 0.60 | 0.33 | 140.25 | 0.84 | 0.37 |
| Hex | F | AC | 44 | 5B | 0 | 3C | 21 | 8C | 54 | 25 |
| Octal | 17 | 254 | 104 | 133 | 0 | 74 | 41 | 214 | 124 | 45 |
| Binary | 1111 | 10101100 | 1000100 | 1011011 | 0 | 111100 | 100001 | 10001100 | 1010100 | 100101 |
Color Harmonies of #0FAC44
Complementary color
Monochromatic Colors of #0FAC44
Black with #0FAC44
Text Example
Text Example
White with #0FAC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAC44; }
p { color: rgb(15,172,68); }
H1.HeaderClassName
{
color: #0FAC44;
}
.AnyTagClassName
{
color: #0FAC44;
}
</style>
background-color css
<style>
a { background-color: #0FAC44; }
a { background-color: rgb(15,172,68); }
div.DivClassName
{
background-color: #0FAC44;
}
.BgClassName
{
background-color: #0FAC44;
}
</style>
border-color css
<style>
span { border-color: #0FAC44; }
span { border-color: rgb(15,172,68); }
td.TdClassName
{
border-color: #0FAC44;
}
.TagClassName
{
border-color: #0FAC44;
}
</style>