Shades of Dark Pastel Green #01A621
Tints of Dark Pastel Green #01A621
RGB
CMYK
RGB Variations
Color information
#01A621 (or 0x01A621) is known color: Dark Pastel Green. HEX triplet: 01, A6 and 21. RGB value is (1,166,33). Sum of RGB (Red+Green+Blue) = 1+166+33=200 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.5% from 200); Green value is 166 (65.23% from 255 or 83% from 200); Blue value is 33 (13.28% from 255 or 16.5% from 200); Max value from RGB is 166 - color contains mainly: green. Hex color #01A621 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01A621 is #FE59DE. Grayscale: #656565. Windows color (decimal): -16669151 or 2205185. OLE color: 2205185.
HSL color Cylindrical-coordinate representation of color #01A621: hue angle of 131.64º 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 #01A621 is Cyan = 0.99, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 1 | 166 | 33 | - |
| CMYK | 0.99 | 0 | 0.80 | 0.35 |
| HSL | 131.64º | 0.99% | 0.33% | - |
| HSV(B) | 131.64º | 0.99% | 0.65% | - |
| XYZ | 13.92 | 27.39 | 5.99 | - |
| YUV | 101.5 | 89.34 | 56.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 166 | 33 | 0.99 | 0 | 0.80 | 0.35 | 131.64 | 0.99 | 0.33 |
| Hex | 1 | A6 | 21 | 63 | 0 | 50 | 23 | 84 | 63 | 21 |
| Octal | 1 | 246 | 41 | 143 | 0 | 120 | 43 | 204 | 143 | 41 |
| Binary | 1 | 10100110 | 100001 | 1100011 | 0 | 1010000 | 100011 | 10000100 | 1100011 | 100001 |
Color Harmonies of #01A621
Complementary color
Monochromatic Colors of #01A621
Black with #01A621
Text Example
Text Example
White with #01A621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A621; }
p { color: rgb(1,166,33); }
H1.HeaderClassName
{
color: #01A621;
}
.AnyTagClassName
{
color: #01A621;
}
</style>
background-color css
<style>
a { background-color: #01A621; }
a { background-color: rgb(1,166,33); }
div.DivClassName
{
background-color: #01A621;
}
.BgClassName
{
background-color: #01A621;
}
</style>
border-color css
<style>
span { border-color: #01A621; }
span { border-color: rgb(1,166,33); }
td.TdClassName
{
border-color: #01A621;
}
.TagClassName
{
border-color: #01A621;
}
</style>