Shades of Pigment Green #01A03B
Tints of Pigment Green #01A03B
RGB
CMYK
RGB Variations
Color information
#01A03B (or 0x01A03B) is known color: Pigment Green. HEX triplet: 01, A0 and 3B. RGB value is (1,160,59). Sum of RGB (Red+Green+Blue) = 1+160+59=220 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 220); Green value is 160 (62.89% from 255 or 72.73% from 220); Blue value is 59 (23.44% from 255 or 26.82% from 220); Max value from RGB is 160 - color contains mainly: green. Hex color #01A03B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01A03B is #FE5FC4. Grayscale: #656565. Windows color (decimal): -16670661 or 3907585. OLE color: 3907585.
HSL color Cylindrical-coordinate representation of color #01A03B: hue angle of 141.89º 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 #01A03B is Cyan = 0.99, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 1 | 160 | 59 | - |
| CMYK | 0.99 | 0 | 0.63 | 0.37 |
| HSL | 141.89º | 0.99% | 0.32% | - |
| HSV(B) | 141.89º | 0.99% | 0.63% | - |
| XYZ | 13.37 | 25.46 | 8.35 | - |
| YUV | 100.95 | 104.32 | 56.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 160 | 59 | 0.99 | 0 | 0.63 | 0.37 | 141.89 | 0.99 | 0.32 |
| Hex | 1 | A0 | 3B | 63 | 0 | 3F | 25 | 8E | 63 | 20 |
| Octal | 1 | 240 | 73 | 143 | 0 | 77 | 45 | 216 | 143 | 40 |
| Binary | 1 | 10100000 | 111011 | 1100011 | 0 | 111111 | 100101 | 10001110 | 1100011 | 100000 |
Color Harmonies of #01A03B
Complementary color
Monochromatic Colors of #01A03B
Black with #01A03B
Text Example
Text Example
White with #01A03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A03B; }
p { color: rgb(1,160,59); }
H1.HeaderClassName
{
color: #01A03B;
}
.AnyTagClassName
{
color: #01A03B;
}
</style>
background-color css
<style>
a { background-color: #01A03B; }
a { background-color: rgb(1,160,59); }
div.DivClassName
{
background-color: #01A03B;
}
.BgClassName
{
background-color: #01A03B;
}
</style>
border-color css
<style>
span { border-color: #01A03B; }
span { border-color: rgb(1,160,59); }
td.TdClassName
{
border-color: #01A03B;
}
.TagClassName
{
border-color: #01A03B;
}
</style>