Shades of Dark Pastel Green #01AD21
Tints of Dark Pastel Green #01AD21
RGB
CMYK
RGB Variations
Color information
#01AD21 (or 0x01AD21) is known color: Dark Pastel Green. HEX triplet: 01, AD and 21. RGB value is (1,173,33). Sum of RGB (Red+Green+Blue) = 1+173+33=207 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 207); Green value is 173 (67.97% from 255 or 83.57% from 207); Blue value is 33 (13.28% from 255 or 15.94% from 207); Max value from RGB is 173 - color contains mainly: green. Hex color #01AD21 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01AD21 is #FE52DE. Grayscale: #696969. Windows color (decimal): -16667359 or 2206977. OLE color: 2206977.
HSL color Cylindrical-coordinate representation of color #01AD21: hue angle of 131.16º 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 #01AD21 is Cyan = 0.99, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 1 | 173 | 33 | - |
| CMYK | 0.99 | 0 | 0.81 | 0.32 |
| HSL | 131.16º | 0.99% | 0.34% | - |
| HSV(B) | 131.16º | 0.99% | 0.68% | - |
| XYZ | 15.23 | 30 | 6.43 | - |
| YUV | 105.61 | 87.02 | 53.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 173 | 33 | 0.99 | 0 | 0.81 | 0.32 | 131.16 | 0.99 | 0.34 |
| Hex | 1 | AD | 21 | 63 | 0 | 51 | 20 | 83 | 63 | 22 |
| Octal | 1 | 255 | 41 | 143 | 0 | 121 | 40 | 203 | 143 | 42 |
| Binary | 1 | 10101101 | 100001 | 1100011 | 0 | 1010001 | 100000 | 10000011 | 1100011 | 100010 |
Color Harmonies of #01AD21
Complementary color
Monochromatic Colors of #01AD21
Black with #01AD21
Text Example
Text Example
White with #01AD21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AD21; }
p { color: rgb(1,173,33); }
H1.HeaderClassName
{
color: #01AD21;
}
.AnyTagClassName
{
color: #01AD21;
}
</style>
background-color css
<style>
a { background-color: #01AD21; }
a { background-color: rgb(1,173,33); }
div.DivClassName
{
background-color: #01AD21;
}
.BgClassName
{
background-color: #01AD21;
}
</style>
border-color css
<style>
span { border-color: #01AD21; }
span { border-color: rgb(1,173,33); }
td.TdClassName
{
border-color: #01AD21;
}
.TagClassName
{
border-color: #01AD21;
}
</style>