Shades of Pigment Green #0FAC59
Tints of Pigment Green #0FAC59
RGB
CMYK
RGB Variations
Color information
#0FAC59 (or 0x0FAC59) is known color: Pigment Green. HEX triplet: 0F, AC and 59. RGB value is (15,172,89). Sum of RGB (Red+Green+Blue) = 15+172+89=276 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.43% from 276); Green value is 172 (67.58% from 255 or 62.32% from 276); Blue value is 89 (35.16% from 255 or 32.25% from 276); Max value from RGB is 172 - color contains mainly: green. Hex color #0FAC59 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FAC59 is #F053A6. Grayscale: #737373. Windows color (decimal): -15750055 or 5876751. OLE color: 5876751.
HSL color Cylindrical-coordinate representation of color #0FAC59: hue angle of 148.28º 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 #0FAC59 is Cyan = 0.91, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 172 | 89 | - |
| CMYK | 0.91 | 0 | 0.48 | 0.33 |
| HSL | 148.28º | 0.84% | 0.37% | - |
| HSV(B) | 148.28º | 0.91% | 0.67% | - |
| XYZ | 16.75 | 30.33 | 14.42 | - |
| YUV | 115.6 | 112.99 | 56.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 172 | 89 | 0.91 | 0 | 0.48 | 0.33 | 148.28 | 0.84 | 0.37 |
| Hex | F | AC | 59 | 5B | 0 | 30 | 21 | 94 | 54 | 25 |
| Octal | 17 | 254 | 131 | 133 | 0 | 60 | 41 | 224 | 124 | 45 |
| Binary | 1111 | 10101100 | 1011001 | 1011011 | 0 | 110000 | 100001 | 10010100 | 1010100 | 100101 |
Color Harmonies of #0FAC59
Complementary color
Monochromatic Colors of #0FAC59
Black with #0FAC59
Text Example
Text Example
White with #0FAC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAC59; }
p { color: rgb(15,172,89); }
H1.HeaderClassName
{
color: #0FAC59;
}
.AnyTagClassName
{
color: #0FAC59;
}
</style>
background-color css
<style>
a { background-color: #0FAC59; }
a { background-color: rgb(15,172,89); }
div.DivClassName
{
background-color: #0FAC59;
}
.BgClassName
{
background-color: #0FAC59;
}
</style>
border-color css
<style>
span { border-color: #0FAC59; }
span { border-color: rgb(15,172,89); }
td.TdClassName
{
border-color: #0FAC59;
}
.TagClassName
{
border-color: #0FAC59;
}
</style>