Shades of Pigment Green #01A849
Tints of Pigment Green #01A849
RGB
CMYK
RGB Variations
Color information
#01A849 (or 0x01A849) is known color: Pigment Green. HEX triplet: 01, A8 and 49. RGB value is (1,168,73). Sum of RGB (Red+Green+Blue) = 1+168+73=242 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 242); Green value is 168 (66.02% from 255 or 69.42% from 242); Blue value is 73 (28.91% from 255 or 30.17% from 242); Max value from RGB is 168 - color contains mainly: green. Hex color #01A849 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01A849 is #FE57B6. Grayscale: #6B6B6B. Windows color (decimal): -16668599 or 4827137. OLE color: 4827137.
HSL color Cylindrical-coordinate representation of color #01A849: hue angle of 145.87º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01A849 is Cyan = 0.99, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 1 | 168 | 73 | - |
| CMYK | 0.99 | 0 | 0.57 | 0.34 |
| HSL | 145.87º | 0.99% | 0.33% | - |
| HSV(B) | 145.87º | 0.99% | 0.66% | - |
| XYZ | 15.22 | 28.49 | 11 | - |
| YUV | 107.24 | 108.67 | 52.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 168 | 73 | 0.99 | 0 | 0.57 | 0.34 | 145.87 | 0.99 | 0.33 |
| Hex | 1 | A8 | 49 | 63 | 0 | 39 | 22 | 92 | 63 | 21 |
| Octal | 1 | 250 | 111 | 143 | 0 | 71 | 42 | 222 | 143 | 41 |
| Binary | 1 | 10101000 | 1001001 | 1100011 | 0 | 111001 | 100010 | 10010010 | 1100011 | 100001 |
Color Harmonies of #01A849
Complementary color
Monochromatic Colors of #01A849
Black with #01A849
Text Example
Text Example
White with #01A849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A849; }
p { color: rgb(1,168,73); }
H1.HeaderClassName
{
color: #01A849;
}
.AnyTagClassName
{
color: #01A849;
}
</style>
background-color css
<style>
a { background-color: #01A849; }
a { background-color: rgb(1,168,73); }
div.DivClassName
{
background-color: #01A849;
}
.BgClassName
{
background-color: #01A849;
}
</style>
border-color css
<style>
span { border-color: #01A849; }
span { border-color: rgb(1,168,73); }
td.TdClassName
{
border-color: #01A849;
}
.TagClassName
{
border-color: #01A849;
}
</style>