Shades of Pigment Green #01A441
Tints of Pigment Green #01A441
RGB
CMYK
RGB Variations
Color information
#01A441 (or 0x01A441) is known color: Pigment Green. HEX triplet: 01, A4 and 41. RGB value is (1,164,65). Sum of RGB (Red+Green+Blue) = 1+164+65=230 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 230); Green value is 164 (64.45% from 255 or 71.30% from 230); Blue value is 65 (25.78% from 255 or 28.26% from 230); Max value from RGB is 164 - color contains mainly: green. Hex color #01A441 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01A441 is #FE5BBE. Grayscale: #686868. Windows color (decimal): -16669631 or 4301825. OLE color: 4301825.
HSL color Cylindrical-coordinate representation of color #01A441: hue angle of 143.56º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01A441 is Cyan = 0.99, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 1 | 164 | 65 | - |
| CMYK | 0.99 | 0 | 0.60 | 0.36 |
| HSL | 143.56º | 0.99% | 0.32% | - |
| HSV(B) | 143.56º | 0.99% | 0.64% | - |
| XYZ | 14.24 | 26.94 | 9.45 | - |
| YUV | 103.98 | 106 | 54.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 164 | 65 | 0.99 | 0 | 0.60 | 0.36 | 143.56 | 0.99 | 0.32 |
| Hex | 1 | A4 | 41 | 63 | 0 | 3C | 24 | 90 | 63 | 20 |
| Octal | 1 | 244 | 101 | 143 | 0 | 74 | 44 | 220 | 143 | 40 |
| Binary | 1 | 10100100 | 1000001 | 1100011 | 0 | 111100 | 100100 | 10010000 | 1100011 | 100000 |
Color Harmonies of #01A441
Complementary color
Monochromatic Colors of #01A441
Black with #01A441
Text Example
Text Example
White with #01A441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A441; }
p { color: rgb(1,164,65); }
H1.HeaderClassName
{
color: #01A441;
}
.AnyTagClassName
{
color: #01A441;
}
</style>
background-color css
<style>
a { background-color: #01A441; }
a { background-color: rgb(1,164,65); }
div.DivClassName
{
background-color: #01A441;
}
.BgClassName
{
background-color: #01A441;
}
</style>
border-color css
<style>
span { border-color: #01A441; }
span { border-color: rgb(1,164,65); }
td.TdClassName
{
border-color: #01A441;
}
.TagClassName
{
border-color: #01A441;
}
</style>