Shades of Pigment Green #01AB4C
Tints of Pigment Green #01AB4C
RGB
CMYK
RGB Variations
Color information
#01AB4C (or 0x01AB4C) is known color: Pigment Green. HEX triplet: 01, AB and 4C. RGB value is (1,171,76). Sum of RGB (Red+Green+Blue) = 1+171+76=248 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 248); Green value is 171 (67.19% from 255 or 68.95% from 248); Blue value is 76 (30.08% from 255 or 30.65% from 248); Max value from RGB is 171 - color contains mainly: green. Hex color #01AB4C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01AB4C is #FE54B3. Grayscale: #6D6D6D. Windows color (decimal): -16667828 or 5024513. OLE color: 5024513.
HSL color Cylindrical-coordinate representation of color #01AB4C: hue angle of 146.47º 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 #01AB4C is Cyan = 0.99, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 171 | 76 | - |
| CMYK | 0.99 | 0 | 0.56 | 0.33 |
| HSL | 146.47º | 0.99% | 0.34% | - |
| HSV(B) | 146.47º | 0.99% | 0.67% | - |
| XYZ | 15.88 | 29.65 | 11.72 | - |
| YUV | 109.34 | 109.18 | 50.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 171 | 76 | 0.99 | 0 | 0.56 | 0.33 | 146.47 | 0.99 | 0.34 |
| Hex | 1 | AB | 4C | 63 | 0 | 38 | 21 | 92 | 63 | 22 |
| Octal | 1 | 253 | 114 | 143 | 0 | 70 | 41 | 222 | 143 | 42 |
| Binary | 1 | 10101011 | 1001100 | 1100011 | 0 | 111000 | 100001 | 10010010 | 1100011 | 100010 |
Color Harmonies of #01AB4C
Complementary color
Monochromatic Colors of #01AB4C
Black with #01AB4C
Text Example
Text Example
White with #01AB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AB4C; }
p { color: rgb(1,171,76); }
H1.HeaderClassName
{
color: #01AB4C;
}
.AnyTagClassName
{
color: #01AB4C;
}
</style>
background-color css
<style>
a { background-color: #01AB4C; }
a { background-color: rgb(1,171,76); }
div.DivClassName
{
background-color: #01AB4C;
}
.BgClassName
{
background-color: #01AB4C;
}
</style>
border-color css
<style>
span { border-color: #01AB4C; }
span { border-color: rgb(1,171,76); }
td.TdClassName
{
border-color: #01AB4C;
}
.TagClassName
{
border-color: #01AB4C;
}
</style>