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