Shades of Pigment Green #01A94C
Tints of Pigment Green #01A94C
RGB
CMYK
RGB Variations
Color information
#01A94C (or 0x01A94C) is known color: Pigment Green. HEX triplet: 01, A9 and 4C. RGB value is (1,169,76). Sum of RGB (Red+Green+Blue) = 1+169+76=246 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 246); Green value is 169 (66.41% from 255 or 68.70% from 246); Blue value is 76 (30.08% from 255 or 30.89% from 246); Max value from RGB is 169 - color contains mainly: green. Hex color #01A94C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01A94C is #FE56B3. Grayscale: #6C6C6C. Windows color (decimal): -16668340 or 5024001. OLE color: 5024001.
HSL color Cylindrical-coordinate representation of color #01A94C: hue angle of 146.79º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01A94C is Cyan = 0.99, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 1 | 169 | 76 | - |
| CMYK | 0.99 | 0 | 0.55 | 0.34 |
| HSL | 146.79º | 0.99% | 0.33% | - |
| HSV(B) | 146.79º | 0.99% | 0.66% | - |
| XYZ | 15.5 | 28.9 | 11.6 | - |
| YUV | 108.17 | 109.84 | 51.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 169 | 76 | 0.99 | 0 | 0.55 | 0.34 | 146.79 | 0.99 | 0.33 |
| Hex | 1 | A9 | 4C | 63 | 0 | 37 | 22 | 93 | 63 | 21 |
| Octal | 1 | 251 | 114 | 143 | 0 | 67 | 42 | 223 | 143 | 41 |
| Binary | 1 | 10101001 | 1001100 | 1100011 | 0 | 110111 | 100010 | 10010011 | 1100011 | 100001 |
Color Harmonies of #01A94C
Complementary color
Monochromatic Colors of #01A94C
Black with #01A94C
Text Example
Text Example
White with #01A94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A94C; }
p { color: rgb(1,169,76); }
H1.HeaderClassName
{
color: #01A94C;
}
.AnyTagClassName
{
color: #01A94C;
}
</style>
background-color css
<style>
a { background-color: #01A94C; }
a { background-color: rgb(1,169,76); }
div.DivClassName
{
background-color: #01A94C;
}
.BgClassName
{
background-color: #01A94C;
}
</style>
border-color css
<style>
span { border-color: #01A94C; }
span { border-color: rgb(1,169,76); }
td.TdClassName
{
border-color: #01A94C;
}
.TagClassName
{
border-color: #01A94C;
}
</style>