Shades of Pigment Green #01AC4A
Tints of Pigment Green #01AC4A
RGB
CMYK
RGB Variations
Color information
#01AC4A (or 0x01AC4A) is known color: Pigment Green. HEX triplet: 01, AC and 4A. RGB value is (1,172,74). Sum of RGB (Red+Green+Blue) = 1+172+74=247 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 247); Green value is 172 (67.58% from 255 or 69.64% from 247); Blue value is 74 (29.30% from 255 or 29.96% from 247); Max value from RGB is 172 - color contains mainly: green. Hex color #01AC4A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01AC4A is #FE53B5. Grayscale: #6D6D6D. Windows color (decimal): -16667574 or 4893697. OLE color: 4893697.
HSL color Cylindrical-coordinate representation of color #01AC4A: hue angle of 145.61º 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 #01AC4A is Cyan = 0.99, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 172 | 74 | - |
| CMYK | 0.99 | 0 | 0.57 | 0.33 |
| HSL | 145.61º | 0.99% | 0.34% | - |
| HSV(B) | 145.61º | 0.99% | 0.67% | - |
| XYZ | 16 | 30.01 | 11.43 | - |
| YUV | 109.7 | 107.85 | 50.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 172 | 74 | 0.99 | 0 | 0.57 | 0.33 | 145.61 | 0.99 | 0.34 |
| Hex | 1 | AC | 4A | 63 | 0 | 39 | 21 | 92 | 63 | 22 |
| Octal | 1 | 254 | 112 | 143 | 0 | 71 | 41 | 222 | 143 | 42 |
| Binary | 1 | 10101100 | 1001010 | 1100011 | 0 | 111001 | 100001 | 10010010 | 1100011 | 100010 |
Color Harmonies of #01AC4A
Complementary color
Monochromatic Colors of #01AC4A
Black with #01AC4A
Text Example
Text Example
White with #01AC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AC4A; }
p { color: rgb(1,172,74); }
H1.HeaderClassName
{
color: #01AC4A;
}
.AnyTagClassName
{
color: #01AC4A;
}
</style>
background-color css
<style>
a { background-color: #01AC4A; }
a { background-color: rgb(1,172,74); }
div.DivClassName
{
background-color: #01AC4A;
}
.BgClassName
{
background-color: #01AC4A;
}
</style>
border-color css
<style>
span { border-color: #01AC4A; }
span { border-color: rgb(1,172,74); }
td.TdClassName
{
border-color: #01AC4A;
}
.TagClassName
{
border-color: #01AC4A;
}
</style>