Shades of Pigment Green #01A13B
Tints of Pigment Green #01A13B
RGB
CMYK
RGB Variations
Color information
#01A13B (or 0x01A13B) is known color: Pigment Green. HEX triplet: 01, A1 and 3B. RGB value is (1,161,59). Sum of RGB (Red+Green+Blue) = 1+161+59=221 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 221); Green value is 161 (63.28% from 255 or 72.85% from 221); Blue value is 59 (23.44% from 255 or 26.70% from 221); Max value from RGB is 161 - color contains mainly: green. Hex color #01A13B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01A13B is #FE5EC4. Grayscale: #656565. Windows color (decimal): -16670405 or 3907841. OLE color: 3907841.
HSL color Cylindrical-coordinate representation of color #01A13B: hue angle of 141.75º 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 #01A13B is Cyan = 0.99, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 1 | 161 | 59 | - |
| CMYK | 0.99 | 0 | 0.63 | 0.37 |
| HSL | 141.75º | 0.99% | 0.32% | - |
| HSV(B) | 141.75º | 0.99% | 0.63% | - |
| XYZ | 13.55 | 25.81 | 8.41 | - |
| YUV | 101.53 | 103.99 | 56.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 161 | 59 | 0.99 | 0 | 0.63 | 0.37 | 141.75 | 0.99 | 0.32 |
| Hex | 1 | A1 | 3B | 63 | 0 | 3F | 25 | 8E | 63 | 20 |
| Octal | 1 | 241 | 73 | 143 | 0 | 77 | 45 | 216 | 143 | 40 |
| Binary | 1 | 10100001 | 111011 | 1100011 | 0 | 111111 | 100101 | 10001110 | 1100011 | 100000 |
Color Harmonies of #01A13B
Complementary color
Monochromatic Colors of #01A13B
Black with #01A13B
Text Example
Text Example
White with #01A13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A13B; }
p { color: rgb(1,161,59); }
H1.HeaderClassName
{
color: #01A13B;
}
.AnyTagClassName
{
color: #01A13B;
}
</style>
background-color css
<style>
a { background-color: #01A13B; }
a { background-color: rgb(1,161,59); }
div.DivClassName
{
background-color: #01A13B;
}
.BgClassName
{
background-color: #01A13B;
}
</style>
border-color css
<style>
span { border-color: #01A13B; }
span { border-color: rgb(1,161,59); }
td.TdClassName
{
border-color: #01A13B;
}
.TagClassName
{
border-color: #01A13B;
}
</style>