Shades of Pigment Green #01AB49
Tints of Pigment Green #01AB49
RGB
CMYK
RGB Variations
Color information
#01AB49 (or 0x01AB49) is known color: Pigment Green. HEX triplet: 01, AB and 49. RGB value is (1,171,73). Sum of RGB (Red+Green+Blue) = 1+171+73=245 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 245); Green value is 171 (67.19% from 255 or 69.80% from 245); Blue value is 73 (28.91% from 255 or 29.80% from 245); Max value from RGB is 171 - color contains mainly: green. Hex color #01AB49 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01AB49 is #FE54B6. Grayscale: #6D6D6D. Windows color (decimal): -16667831 or 4827905. OLE color: 4827905.
HSL color Cylindrical-coordinate representation of color #01AB49: hue angle of 145.41º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01AB49 is Cyan = 0.99, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 171 | 73 | - |
| CMYK | 0.99 | 0 | 0.57 | 0.33 |
| HSL | 145.41º | 0.99% | 0.34% | - |
| HSV(B) | 145.41º | 0.99% | 0.67% | - |
| XYZ | 15.78 | 29.61 | 11.19 | - |
| YUV | 109 | 107.68 | 50.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 171 | 73 | 0.99 | 0 | 0.57 | 0.33 | 145.41 | 0.99 | 0.34 |
| Hex | 1 | AB | 49 | 63 | 0 | 39 | 21 | 91 | 63 | 22 |
| Octal | 1 | 253 | 111 | 143 | 0 | 71 | 41 | 221 | 143 | 42 |
| Binary | 1 | 10101011 | 1001001 | 1100011 | 0 | 111001 | 100001 | 10010001 | 1100011 | 100010 |
Color Harmonies of #01AB49
Complementary color
Monochromatic Colors of #01AB49
Black with #01AB49
Text Example
Text Example
White with #01AB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AB49; }
p { color: rgb(1,171,73); }
H1.HeaderClassName
{
color: #01AB49;
}
.AnyTagClassName
{
color: #01AB49;
}
</style>
background-color css
<style>
a { background-color: #01AB49; }
a { background-color: rgb(1,171,73); }
div.DivClassName
{
background-color: #01AB49;
}
.BgClassName
{
background-color: #01AB49;
}
</style>
border-color css
<style>
span { border-color: #01AB49; }
span { border-color: rgb(1,171,73); }
td.TdClassName
{
border-color: #01AB49;
}
.TagClassName
{
border-color: #01AB49;
}
</style>