Shades of Pigment Green #0FAA56
Tints of Pigment Green #0FAA56
RGB
CMYK
RGB Variations
Color information
#0FAA56 (or 0x0FAA56) is known color: Pigment Green. HEX triplet: 0F, AA and 56. RGB value is (15,170,86). Sum of RGB (Red+Green+Blue) = 15+170+86=271 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.54% from 271); Green value is 170 (66.80% from 255 or 62.73% from 271); Blue value is 86 (33.98% from 255 or 31.73% from 271); Max value from RGB is 170 - color contains mainly: green. Hex color #0FAA56 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FAA56 is #F055A9. Grayscale: #727272. Windows color (decimal): -15750570 or 5679631. OLE color: 5679631.
HSL color Cylindrical-coordinate representation of color #0FAA56: hue angle of 147.48º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FAA56 is Cyan = 0.91, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 170 | 86 | - |
| CMYK | 0.91 | 0 | 0.49 | 0.33 |
| HSL | 147.48º | 0.84% | 0.36% | - |
| HSV(B) | 147.48º | 0.91% | 0.67% | - |
| XYZ | 16.25 | 29.52 | 13.65 | - |
| YUV | 114.08 | 112.15 | 57.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 170 | 86 | 0.91 | 0 | 0.49 | 0.33 | 147.48 | 0.84 | 0.36 |
| Hex | F | AA | 56 | 5B | 0 | 31 | 21 | 93 | 54 | 24 |
| Octal | 17 | 252 | 126 | 133 | 0 | 61 | 41 | 223 | 124 | 44 |
| Binary | 1111 | 10101010 | 1010110 | 1011011 | 0 | 110001 | 100001 | 10010011 | 1010100 | 100100 |
Color Harmonies of #0FAA56
Complementary color
Monochromatic Colors of #0FAA56
Black with #0FAA56
Text Example
Text Example
White with #0FAA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAA56; }
p { color: rgb(15,170,86); }
H1.HeaderClassName
{
color: #0FAA56;
}
.AnyTagClassName
{
color: #0FAA56;
}
</style>
background-color css
<style>
a { background-color: #0FAA56; }
a { background-color: rgb(15,170,86); }
div.DivClassName
{
background-color: #0FAA56;
}
.BgClassName
{
background-color: #0FAA56;
}
</style>
border-color css
<style>
span { border-color: #0FAA56; }
span { border-color: rgb(15,170,86); }
td.TdClassName
{
border-color: #0FAA56;
}
.TagClassName
{
border-color: #0FAA56;
}
</style>