Shades of Dark Pastel Green #01A624
Tints of Dark Pastel Green #01A624
RGB
CMYK
RGB Variations
Color information
#01A624 (or 0x01A624) is known color: Dark Pastel Green. HEX triplet: 01, A6 and 24. RGB value is (1,166,36). Sum of RGB (Red+Green+Blue) = 1+166+36=203 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 203); Green value is 166 (65.23% from 255 or 81.77% from 203); Blue value is 36 (14.45% from 255 or 17.73% from 203); Max value from RGB is 166 - color contains mainly: green. Hex color #01A624 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01A624 is #FE59DB. Grayscale: #666666. Windows color (decimal): -16669148 or 2401793. OLE color: 2401793.
HSL color Cylindrical-coordinate representation of color #01A624: hue angle of 132.73º 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 #01A624 is Cyan = 0.99, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 1 | 166 | 36 | - |
| CMYK | 0.99 | 0 | 0.78 | 0.35 |
| HSL | 132.73º | 0.99% | 0.33% | - |
| HSV(B) | 132.73º | 0.99% | 0.65% | - |
| XYZ | 13.97 | 27.41 | 6.22 | - |
| YUV | 101.85 | 90.84 | 56.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 166 | 36 | 0.99 | 0 | 0.78 | 0.35 | 132.73 | 0.99 | 0.33 |
| Hex | 1 | A6 | 24 | 63 | 0 | 4E | 23 | 85 | 63 | 21 |
| Octal | 1 | 246 | 44 | 143 | 0 | 116 | 43 | 205 | 143 | 41 |
| Binary | 1 | 10100110 | 100100 | 1100011 | 0 | 1001110 | 100011 | 10000101 | 1100011 | 100001 |
Color Harmonies of #01A624
Complementary color
Monochromatic Colors of #01A624
Black with #01A624
Text Example
Text Example
White with #01A624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A624; }
p { color: rgb(1,166,36); }
H1.HeaderClassName
{
color: #01A624;
}
.AnyTagClassName
{
color: #01A624;
}
</style>
background-color css
<style>
a { background-color: #01A624; }
a { background-color: rgb(1,166,36); }
div.DivClassName
{
background-color: #01A624;
}
.BgClassName
{
background-color: #01A624;
}
</style>
border-color css
<style>
span { border-color: #01A624; }
span { border-color: rgb(1,166,36); }
td.TdClassName
{
border-color: #01A624;
}
.TagClassName
{
border-color: #01A624;
}
</style>