Shades of Pigment Green #01A13D
Tints of Pigment Green #01A13D
RGB
CMYK
RGB Variations
Color information
#01A13D (or 0x01A13D) is known color: Pigment Green. HEX triplet: 01, A1 and 3D. RGB value is (1,161,61). Sum of RGB (Red+Green+Blue) = 1+161+61=223 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 223); Green value is 161 (63.28% from 255 or 72.20% from 223); Blue value is 61 (24.22% from 255 or 27.35% from 223); Max value from RGB is 161 - color contains mainly: green. Hex color #01A13D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01A13D is #FE5EC2. Grayscale: #656565. Windows color (decimal): -16670403 or 4038913. OLE color: 4038913.
HSL color Cylindrical-coordinate representation of color #01A13D: hue angle of 142.5º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01A13D is Cyan = 0.99, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 1 | 161 | 61 | - |
| CMYK | 0.99 | 0 | 0.62 | 0.37 |
| HSL | 142.5º | 0.99% | 0.32% | - |
| HSV(B) | 142.5º | 0.99% | 0.63% | - |
| XYZ | 13.6 | 25.83 | 8.68 | - |
| YUV | 101.76 | 104.99 | 56.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 161 | 61 | 0.99 | 0 | 0.62 | 0.37 | 142.5 | 0.99 | 0.32 |
| Hex | 1 | A1 | 3D | 63 | 0 | 3E | 25 | 8E | 63 | 20 |
| Octal | 1 | 241 | 75 | 143 | 0 | 76 | 45 | 216 | 143 | 40 |
| Binary | 1 | 10100001 | 111101 | 1100011 | 0 | 111110 | 100101 | 10001110 | 1100011 | 100000 |
Color Harmonies of #01A13D
Complementary color
Monochromatic Colors of #01A13D
Black with #01A13D
Text Example
Text Example
White with #01A13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A13D; }
p { color: rgb(1,161,61); }
H1.HeaderClassName
{
color: #01A13D;
}
.AnyTagClassName
{
color: #01A13D;
}
</style>
background-color css
<style>
a { background-color: #01A13D; }
a { background-color: rgb(1,161,61); }
div.DivClassName
{
background-color: #01A13D;
}
.BgClassName
{
background-color: #01A13D;
}
</style>
border-color css
<style>
span { border-color: #01A13D; }
span { border-color: rgb(1,161,61); }
td.TdClassName
{
border-color: #01A13D;
}
.TagClassName
{
border-color: #01A13D;
}
</style>