Shades of Pigment Green #01A34C
Tints of Pigment Green #01A34C
RGB
CMYK
RGB Variations
Color information
#01A34C (or 0x01A34C) is known color: Pigment Green. HEX triplet: 01, A3 and 4C. RGB value is (1,163,76). Sum of RGB (Red+Green+Blue) = 1+163+76=240 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 240); Green value is 163 (64.06% from 255 or 67.92% from 240); Blue value is 76 (30.08% from 255 or 31.67% from 240); Max value from RGB is 163 - color contains mainly: green. Hex color #01A34C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01A34C is #FE5CB3. Grayscale: #686868. Windows color (decimal): -16669876 or 5022465. OLE color: 5022465.
HSL color Cylindrical-coordinate representation of color #01A34C: hue angle of 147.78º 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 #01A34C is Cyan = 0.99, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 1 | 163 | 76 | - |
| CMYK | 0.99 | 0 | 0.53 | 0.36 |
| HSL | 147.78º | 0.99% | 0.32% | - |
| HSV(B) | 147.78º | 0.99% | 0.64% | - |
| XYZ | 14.41 | 26.72 | 11.24 | - |
| YUV | 104.64 | 111.83 | 54.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 163 | 76 | 0.99 | 0 | 0.53 | 0.36 | 147.78 | 0.99 | 0.32 |
| Hex | 1 | A3 | 4C | 63 | 0 | 35 | 24 | 94 | 63 | 20 |
| Octal | 1 | 243 | 114 | 143 | 0 | 65 | 44 | 224 | 143 | 40 |
| Binary | 1 | 10100011 | 1001100 | 1100011 | 0 | 110101 | 100100 | 10010100 | 1100011 | 100000 |
Color Harmonies of #01A34C
Complementary color
Monochromatic Colors of #01A34C
Black with #01A34C
Text Example
Text Example
White with #01A34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A34C; }
p { color: rgb(1,163,76); }
H1.HeaderClassName
{
color: #01A34C;
}
.AnyTagClassName
{
color: #01A34C;
}
</style>
background-color css
<style>
a { background-color: #01A34C; }
a { background-color: rgb(1,163,76); }
div.DivClassName
{
background-color: #01A34C;
}
.BgClassName
{
background-color: #01A34C;
}
</style>
border-color css
<style>
span { border-color: #01A34C; }
span { border-color: rgb(1,163,76); }
td.TdClassName
{
border-color: #01A34C;
}
.TagClassName
{
border-color: #01A34C;
}
</style>