Shades of Pigment Green #01AC53
Tints of Pigment Green #01AC53
RGB
CMYK
RGB Variations
Color information
#01AC53 (or 0x01AC53) is known color: Pigment Green. HEX triplet: 01, AC and 53. RGB value is (1,172,83). Sum of RGB (Red+Green+Blue) = 1+172+83=256 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 256); Green value is 172 (67.58% from 255 or 67.19% from 256); Blue value is 83 (32.81% from 255 or 32.42% from 256); Max value from RGB is 172 - color contains mainly: green. Hex color #01AC53 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01AC53 is #FE53AC. Grayscale: #6E6E6E. Windows color (decimal): -16667565 or 5483521. OLE color: 5483521.
HSL color Cylindrical-coordinate representation of color #01AC53: hue angle of 148.77º 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 #01AC53 is Cyan = 0.99, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 172 | 83 | - |
| CMYK | 0.99 | 0 | 0.52 | 0.33 |
| HSL | 148.77º | 0.99% | 0.34% | - |
| HSV(B) | 148.77º | 0.99% | 0.67% | - |
| XYZ | 16.33 | 30.14 | 13.14 | - |
| YUV | 110.73 | 112.35 | 49.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 172 | 83 | 0.99 | 0 | 0.52 | 0.33 | 148.77 | 0.99 | 0.34 |
| Hex | 1 | AC | 53 | 63 | 0 | 34 | 21 | 95 | 63 | 22 |
| Octal | 1 | 254 | 123 | 143 | 0 | 64 | 41 | 225 | 143 | 42 |
| Binary | 1 | 10101100 | 1010011 | 1100011 | 0 | 110100 | 100001 | 10010101 | 1100011 | 100010 |
Color Harmonies of #01AC53
Complementary color
Monochromatic Colors of #01AC53
Black with #01AC53
Text Example
Text Example
White with #01AC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AC53; }
p { color: rgb(1,172,83); }
H1.HeaderClassName
{
color: #01AC53;
}
.AnyTagClassName
{
color: #01AC53;
}
</style>
background-color css
<style>
a { background-color: #01AC53; }
a { background-color: rgb(1,172,83); }
div.DivClassName
{
background-color: #01AC53;
}
.BgClassName
{
background-color: #01AC53;
}
</style>
border-color css
<style>
span { border-color: #01AC53; }
span { border-color: rgb(1,172,83); }
td.TdClassName
{
border-color: #01AC53;
}
.TagClassName
{
border-color: #01AC53;
}
</style>