Shades of Pigment Green #01AC5D
Tints of Pigment Green #01AC5D
RGB
CMYK
RGB Variations
Color information
#01AC5D (or 0x01AC5D) is known color: Pigment Green. HEX triplet: 01, AC and 5D. RGB value is (1,172,93). Sum of RGB (Red+Green+Blue) = 1+172+93=266 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 266); Green value is 172 (67.58% from 255 or 64.66% from 266); Blue value is 93 (36.72% from 255 or 34.96% from 266); Max value from RGB is 172 - color contains mainly: green. Hex color #01AC5D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01AC5D is #FE53A2. Grayscale: #707070. Windows color (decimal): -16667555 or 6138881. OLE color: 6138881.
HSL color Cylindrical-coordinate representation of color #01AC5D: hue angle of 152.28º 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 #01AC5D is Cyan = 0.99, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 172 | 93 | - |
| CMYK | 0.99 | 0 | 0.46 | 0.33 |
| HSL | 152.28º | 0.99% | 0.34% | - |
| HSV(B) | 152.28º | 0.99% | 0.67% | - |
| XYZ | 16.74 | 30.3 | 15.32 | - |
| YUV | 111.87 | 117.35 | 48.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 172 | 93 | 0.99 | 0 | 0.46 | 0.33 | 152.28 | 0.99 | 0.34 |
| Hex | 1 | AC | 5D | 63 | 0 | 2E | 21 | 98 | 63 | 22 |
| Octal | 1 | 254 | 135 | 143 | 0 | 56 | 41 | 230 | 143 | 42 |
| Binary | 1 | 10101100 | 1011101 | 1100011 | 0 | 101110 | 100001 | 10011000 | 1100011 | 100010 |
Color Harmonies of #01AC5D
Complementary color
Monochromatic Colors of #01AC5D
Black with #01AC5D
Text Example
Text Example
White with #01AC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AC5D; }
p { color: rgb(1,172,93); }
H1.HeaderClassName
{
color: #01AC5D;
}
.AnyTagClassName
{
color: #01AC5D;
}
</style>
background-color css
<style>
a { background-color: #01AC5D; }
a { background-color: rgb(1,172,93); }
div.DivClassName
{
background-color: #01AC5D;
}
.BgClassName
{
background-color: #01AC5D;
}
</style>
border-color css
<style>
span { border-color: #01AC5D; }
span { border-color: rgb(1,172,93); }
td.TdClassName
{
border-color: #01AC5D;
}
.TagClassName
{
border-color: #01AC5D;
}
</style>