Shades of Pigment Green #0FAA57
Tints of Pigment Green #0FAA57
RGB
CMYK
RGB Variations
Color information
#0FAA57 (or 0x0FAA57) is known color: Pigment Green. HEX triplet: 0F, AA and 57. RGB value is (15,170,87). Sum of RGB (Red+Green+Blue) = 15+170+87=272 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.51% from 272); Green value is 170 (66.80% from 255 or 62.5% from 272); Blue value is 87 (34.38% from 255 or 31.99% from 272); Max value from RGB is 170 - color contains mainly: green. Hex color #0FAA57 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FAA57 is #F055A8. Grayscale: #727272. Windows color (decimal): -15750569 or 5745167. OLE color: 5745167.
HSL color Cylindrical-coordinate representation of color #0FAA57: hue angle of 147.87º 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 #0FAA57 is Cyan = 0.91, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 170 | 87 | - |
| CMYK | 0.91 | 0 | 0.49 | 0.33 |
| HSL | 147.87º | 0.84% | 0.36% | - |
| HSV(B) | 147.87º | 0.91% | 0.67% | - |
| XYZ | 16.29 | 29.54 | 13.86 | - |
| YUV | 114.19 | 112.65 | 57.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 170 | 87 | 0.91 | 0 | 0.49 | 0.33 | 147.87 | 0.84 | 0.36 |
| Hex | F | AA | 57 | 5B | 0 | 31 | 21 | 94 | 54 | 24 |
| Octal | 17 | 252 | 127 | 133 | 0 | 61 | 41 | 224 | 124 | 44 |
| Binary | 1111 | 10101010 | 1010111 | 1011011 | 0 | 110001 | 100001 | 10010100 | 1010100 | 100100 |
Color Harmonies of #0FAA57
Complementary color
Monochromatic Colors of #0FAA57
Black with #0FAA57
Text Example
Text Example
White with #0FAA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAA57; }
p { color: rgb(15,170,87); }
H1.HeaderClassName
{
color: #0FAA57;
}
.AnyTagClassName
{
color: #0FAA57;
}
</style>
background-color css
<style>
a { background-color: #0FAA57; }
a { background-color: rgb(15,170,87); }
div.DivClassName
{
background-color: #0FAA57;
}
.BgClassName
{
background-color: #0FAA57;
}
</style>
border-color css
<style>
span { border-color: #0FAA57; }
span { border-color: rgb(15,170,87); }
td.TdClassName
{
border-color: #0FAA57;
}
.TagClassName
{
border-color: #0FAA57;
}
</style>