Shades of Pigment Green #01A744
Tints of Pigment Green #01A744
RGB
CMYK
RGB Variations
Color information
#01A744 (or 0x01A744) is known color: Pigment Green. HEX triplet: 01, A7 and 44. RGB value is (1,167,68). Sum of RGB (Red+Green+Blue) = 1+167+68=236 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 236); Green value is 167 (65.62% from 255 or 70.76% from 236); Blue value is 68 (26.95% from 255 or 28.81% from 236); Max value from RGB is 167 - color contains mainly: green. Hex color #01A744 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01A744 is #FE58BB. Grayscale: #6A6A6A. Windows color (decimal): -16668860 or 4499201. OLE color: 4499201.
HSL color Cylindrical-coordinate representation of color #01A744: hue angle of 144.22º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01A744 is Cyan = 0.99, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 1 | 167 | 68 | - |
| CMYK | 0.99 | 0 | 0.59 | 0.35 |
| HSL | 144.22º | 0.99% | 0.33% | - |
| HSV(B) | 144.22º | 0.99% | 0.65% | - |
| XYZ | 14.87 | 28.06 | 10.1 | - |
| YUV | 106.08 | 106.5 | 53.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 167 | 68 | 0.99 | 0 | 0.59 | 0.35 | 144.22 | 0.99 | 0.33 |
| Hex | 1 | A7 | 44 | 63 | 0 | 3B | 23 | 90 | 63 | 21 |
| Octal | 1 | 247 | 104 | 143 | 0 | 73 | 43 | 220 | 143 | 41 |
| Binary | 1 | 10100111 | 1000100 | 1100011 | 0 | 111011 | 100011 | 10010000 | 1100011 | 100001 |
Color Harmonies of #01A744
Complementary color
Monochromatic Colors of #01A744
Black with #01A744
Text Example
Text Example
White with #01A744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A744; }
p { color: rgb(1,167,68); }
H1.HeaderClassName
{
color: #01A744;
}
.AnyTagClassName
{
color: #01A744;
}
</style>
background-color css
<style>
a { background-color: #01A744; }
a { background-color: rgb(1,167,68); }
div.DivClassName
{
background-color: #01A744;
}
.BgClassName
{
background-color: #01A744;
}
</style>
border-color css
<style>
span { border-color: #01A744; }
span { border-color: rgb(1,167,68); }
td.TdClassName
{
border-color: #01A744;
}
.TagClassName
{
border-color: #01A744;
}
</style>