Shades of Pigment Green #01A056
Tints of Pigment Green #01A056
RGB
CMYK
RGB Variations
Color information
#01A056 (or 0x01A056) is known color: Pigment Green. HEX triplet: 01, A0 and 56. RGB value is (1,160,86). Sum of RGB (Red+Green+Blue) = 1+160+86=247 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 247); Green value is 160 (62.89% from 255 or 64.78% from 247); Blue value is 86 (33.98% from 255 or 34.82% from 247); Max value from RGB is 160 - color contains mainly: green. Hex color #01A056 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01A056 is #FE5FA9. Grayscale: #686868. Windows color (decimal): -16670634 or 5677057. OLE color: 5677057.
HSL color Cylindrical-coordinate representation of color #01A056: hue angle of 152.08º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01A056 is Cyan = 0.99, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 1 | 160 | 86 | - |
| CMYK | 0.99 | 0 | 0.46 | 0.37 |
| HSL | 152.08º | 0.99% | 0.32% | - |
| HSV(B) | 152.08º | 0.99% | 0.63% | - |
| XYZ | 14.26 | 25.82 | 13.04 | - |
| YUV | 104.02 | 117.82 | 54.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 160 | 86 | 0.99 | 0 | 0.46 | 0.37 | 152.08 | 0.99 | 0.32 |
| Hex | 1 | A0 | 56 | 63 | 0 | 2E | 25 | 98 | 63 | 20 |
| Octal | 1 | 240 | 126 | 143 | 0 | 56 | 45 | 230 | 143 | 40 |
| Binary | 1 | 10100000 | 1010110 | 1100011 | 0 | 101110 | 100101 | 10011000 | 1100011 | 100000 |
Color Harmonies of #01A056
Complementary color
Monochromatic Colors of #01A056
Black with #01A056
Text Example
Text Example
White with #01A056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A056; }
p { color: rgb(1,160,86); }
H1.HeaderClassName
{
color: #01A056;
}
.AnyTagClassName
{
color: #01A056;
}
</style>
background-color css
<style>
a { background-color: #01A056; }
a { background-color: rgb(1,160,86); }
div.DivClassName
{
background-color: #01A056;
}
.BgClassName
{
background-color: #01A056;
}
</style>
border-color css
<style>
span { border-color: #01A056; }
span { border-color: rgb(1,160,86); }
td.TdClassName
{
border-color: #01A056;
}
.TagClassName
{
border-color: #01A056;
}
</style>