Shades of Dark Pastel Green #01AD20
Tints of Dark Pastel Green #01AD20
RGB
CMYK
RGB Variations
Color information
#01AD20 (or 0x01AD20) is known color: Dark Pastel Green. HEX triplet: 01, AD and 20. RGB value is (1,173,32). Sum of RGB (Red+Green+Blue) = 1+173+32=206 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 206); Green value is 173 (67.97% from 255 or 83.98% from 206); Blue value is 32 (12.89% from 255 or 15.53% from 206); Max value from RGB is 173 - color contains mainly: green. Hex color #01AD20 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01AD20 is #FE52DF. Grayscale: #696969. Windows color (decimal): -16667360 or 2141441. OLE color: 2141441.
HSL color Cylindrical-coordinate representation of color #01AD20: hue angle of 130.81º 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 #01AD20 is Cyan = 0.99, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 1 | 173 | 32 | - |
| CMYK | 0.99 | 0 | 0.82 | 0.32 |
| HSL | 130.81º | 0.99% | 0.34% | - |
| HSV(B) | 130.81º | 0.99% | 0.68% | - |
| XYZ | 15.22 | 30 | 6.35 | - |
| YUV | 105.5 | 86.52 | 53.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 173 | 32 | 0.99 | 0 | 0.82 | 0.32 | 130.81 | 0.99 | 0.34 |
| Hex | 1 | AD | 20 | 63 | 0 | 52 | 20 | 83 | 63 | 22 |
| Octal | 1 | 255 | 40 | 143 | 0 | 122 | 40 | 203 | 143 | 42 |
| Binary | 1 | 10101101 | 100000 | 1100011 | 0 | 1010010 | 100000 | 10000011 | 1100011 | 100010 |
Color Harmonies of #01AD20
Complementary color
Monochromatic Colors of #01AD20
Black with #01AD20
Text Example
Text Example
White with #01AD20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AD20; }
p { color: rgb(1,173,32); }
H1.HeaderClassName
{
color: #01AD20;
}
.AnyTagClassName
{
color: #01AD20;
}
</style>
background-color css
<style>
a { background-color: #01AD20; }
a { background-color: rgb(1,173,32); }
div.DivClassName
{
background-color: #01AD20;
}
.BgClassName
{
background-color: #01AD20;
}
</style>
border-color css
<style>
span { border-color: #01AD20; }
span { border-color: rgb(1,173,32); }
td.TdClassName
{
border-color: #01AD20;
}
.TagClassName
{
border-color: #01AD20;
}
</style>