Shades of Pigment Green #01AF49
Tints of Pigment Green #01AF49
RGB
CMYK
RGB Variations
Color information
#01AF49 (or 0x01AF49) is known color: Pigment Green. HEX triplet: 01, AF and 49. RGB value is (1,175,73). Sum of RGB (Red+Green+Blue) = 1+175+73=249 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 249); Green value is 175 (68.75% from 255 or 70.28% from 249); Blue value is 73 (28.91% from 255 or 29.32% from 249); Max value from RGB is 175 - color contains mainly: green. Hex color #01AF49 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01AF49 is #FE50B6. Grayscale: #6F6F6F. Windows color (decimal): -16666807 or 4828929. OLE color: 4828929.
HSL color Cylindrical-coordinate representation of color #01AF49: hue angle of 144.83º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01AF49 is Cyan = 0.99, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 1 | 175 | 73 | - |
| CMYK | 0.99 | 0 | 0.58 | 0.31 |
| HSL | 144.83º | 0.99% | 0.35% | - |
| HSV(B) | 144.83º | 0.99% | 0.69% | - |
| XYZ | 16.55 | 31.15 | 11.44 | - |
| YUV | 111.35 | 106.35 | 49.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 175 | 73 | 0.99 | 0 | 0.58 | 0.31 | 144.83 | 0.99 | 0.35 |
| Hex | 1 | AF | 49 | 63 | 0 | 3A | 1F | 91 | 63 | 23 |
| Octal | 1 | 257 | 111 | 143 | 0 | 72 | 37 | 221 | 143 | 43 |
| Binary | 1 | 10101111 | 1001001 | 1100011 | 0 | 111010 | 11111 | 10010001 | 1100011 | 100011 |
Color Harmonies of #01AF49
Complementary color
Monochromatic Colors of #01AF49
Black with #01AF49
Text Example
Text Example
White with #01AF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AF49; }
p { color: rgb(1,175,73); }
H1.HeaderClassName
{
color: #01AF49;
}
.AnyTagClassName
{
color: #01AF49;
}
</style>
background-color css
<style>
a { background-color: #01AF49; }
a { background-color: rgb(1,175,73); }
div.DivClassName
{
background-color: #01AF49;
}
.BgClassName
{
background-color: #01AF49;
}
</style>
border-color css
<style>
span { border-color: #01AF49; }
span { border-color: rgb(1,175,73); }
td.TdClassName
{
border-color: #01AF49;
}
.TagClassName
{
border-color: #01AF49;
}
</style>