Shades of Pigment Green #01AD4F
Tints of Pigment Green #01AD4F
RGB
CMYK
RGB Variations
Color information
#01AD4F (or 0x01AD4F) is known color: Pigment Green. HEX triplet: 01, AD and 4F. RGB value is (1,173,79). Sum of RGB (Red+Green+Blue) = 1+173+79=253 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 253); Green value is 173 (67.97% from 255 or 68.38% from 253); Blue value is 79 (31.25% from 255 or 31.23% from 253); Max value from RGB is 173 - color contains mainly: green. Hex color #01AD4F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01AD4F is #FE52B0. Grayscale: #6F6F6F. Windows color (decimal): -16667313 or 5221633. OLE color: 5221633.
HSL color Cylindrical-coordinate representation of color #01AD4F: hue angle of 147.21º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01AD4F is Cyan = 0.99, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 1 | 173 | 79 | - |
| CMYK | 0.99 | 0 | 0.54 | 0.32 |
| HSL | 147.21º | 0.99% | 0.34% | - |
| HSV(B) | 147.21º | 0.99% | 0.68% | - |
| XYZ | 16.37 | 30.46 | 12.41 | - |
| YUV | 110.86 | 110.02 | 49.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 173 | 79 | 0.99 | 0 | 0.54 | 0.32 | 147.21 | 0.99 | 0.34 |
| Hex | 1 | AD | 4F | 63 | 0 | 36 | 20 | 93 | 63 | 22 |
| Octal | 1 | 255 | 117 | 143 | 0 | 66 | 40 | 223 | 143 | 42 |
| Binary | 1 | 10101101 | 1001111 | 1100011 | 0 | 110110 | 100000 | 10010011 | 1100011 | 100010 |
Color Harmonies of #01AD4F
Complementary color
Monochromatic Colors of #01AD4F
Black with #01AD4F
Text Example
Text Example
White with #01AD4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AD4F; }
p { color: rgb(1,173,79); }
H1.HeaderClassName
{
color: #01AD4F;
}
.AnyTagClassName
{
color: #01AD4F;
}
</style>
background-color css
<style>
a { background-color: #01AD4F; }
a { background-color: rgb(1,173,79); }
div.DivClassName
{
background-color: #01AD4F;
}
.BgClassName
{
background-color: #01AD4F;
}
</style>
border-color css
<style>
span { border-color: #01AD4F; }
span { border-color: rgb(1,173,79); }
td.TdClassName
{
border-color: #01AD4F;
}
.TagClassName
{
border-color: #01AD4F;
}
</style>