Shades of Pigment Green #01A349
Tints of Pigment Green #01A349
RGB
CMYK
RGB Variations
Color information
#01A349 (or 0x01A349) is known color: Pigment Green. HEX triplet: 01, A3 and 49. RGB value is (1,163,73). Sum of RGB (Red+Green+Blue) = 1+163+73=237 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 237); Green value is 163 (64.06% from 255 or 68.78% from 237); Blue value is 73 (28.91% from 255 or 30.80% from 237); Max value from RGB is 163 - color contains mainly: green. Hex color #01A349 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01A349 is #FE5CB6. Grayscale: #686868. Windows color (decimal): -16669879 or 4825857. OLE color: 4825857.
HSL color Cylindrical-coordinate representation of color #01A349: hue angle of 146.67º 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 #01A349 is Cyan = 0.99, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 1 | 163 | 73 | - |
| CMYK | 0.99 | 0 | 0.55 | 0.36 |
| HSL | 146.67º | 0.99% | 0.32% | - |
| HSV(B) | 146.67º | 0.99% | 0.64% | - |
| XYZ | 14.31 | 26.68 | 10.7 | - |
| YUV | 104.3 | 110.33 | 54.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 163 | 73 | 0.99 | 0 | 0.55 | 0.36 | 146.67 | 0.99 | 0.32 |
| Hex | 1 | A3 | 49 | 63 | 0 | 37 | 24 | 93 | 63 | 20 |
| Octal | 1 | 243 | 111 | 143 | 0 | 67 | 44 | 223 | 143 | 40 |
| Binary | 1 | 10100011 | 1001001 | 1100011 | 0 | 110111 | 100100 | 10010011 | 1100011 | 100000 |
Color Harmonies of #01A349
Complementary color
Monochromatic Colors of #01A349
Black with #01A349
Text Example
Text Example
White with #01A349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A349; }
p { color: rgb(1,163,73); }
H1.HeaderClassName
{
color: #01A349;
}
.AnyTagClassName
{
color: #01A349;
}
</style>
background-color css
<style>
a { background-color: #01A349; }
a { background-color: rgb(1,163,73); }
div.DivClassName
{
background-color: #01A349;
}
.BgClassName
{
background-color: #01A349;
}
</style>
border-color css
<style>
span { border-color: #01A349; }
span { border-color: rgb(1,163,73); }
td.TdClassName
{
border-color: #01A349;
}
.TagClassName
{
border-color: #01A349;
}
</style>