Shades of Dark Pastel Green #01AF20
Tints of Dark Pastel Green #01AF20
RGB
CMYK
RGB Variations
Color information
#01AF20 (or 0x01AF20) is known color: Dark Pastel Green. HEX triplet: 01, AF and 20. RGB value is (1,175,32). Sum of RGB (Red+Green+Blue) = 1+175+32=208 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 208); Green value is 175 (68.75% from 255 or 84.13% from 208); Blue value is 32 (12.89% from 255 or 15.38% from 208); Max value from RGB is 175 - color contains mainly: green. Hex color #01AF20 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01AF20 is #FE50DF. Grayscale: #6B6B6B. Windows color (decimal): -16666848 or 2141953. OLE color: 2141953.
HSL color Cylindrical-coordinate representation of color #01AF20: hue angle of 130.69º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01AF20 is Cyan = 0.99, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 1 | 175 | 32 | - |
| CMYK | 0.99 | 0 | 0.82 | 0.31 |
| HSL | 130.69º | 0.99% | 0.35% | - |
| HSV(B) | 130.69º | 0.99% | 0.69% | - |
| XYZ | 15.6 | 30.77 | 6.48 | - |
| YUV | 106.67 | 85.85 | 52.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 175 | 32 | 0.99 | 0 | 0.82 | 0.31 | 130.69 | 0.99 | 0.35 |
| Hex | 1 | AF | 20 | 63 | 0 | 52 | 1F | 83 | 63 | 23 |
| Octal | 1 | 257 | 40 | 143 | 0 | 122 | 37 | 203 | 143 | 43 |
| Binary | 1 | 10101111 | 100000 | 1100011 | 0 | 1010010 | 11111 | 10000011 | 1100011 | 100011 |
Color Harmonies of #01AF20
Complementary color
Monochromatic Colors of #01AF20
Black with #01AF20
Text Example
Text Example
White with #01AF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AF20; }
p { color: rgb(1,175,32); }
H1.HeaderClassName
{
color: #01AF20;
}
.AnyTagClassName
{
color: #01AF20;
}
</style>
background-color css
<style>
a { background-color: #01AF20; }
a { background-color: rgb(1,175,32); }
div.DivClassName
{
background-color: #01AF20;
}
.BgClassName
{
background-color: #01AF20;
}
</style>
border-color css
<style>
span { border-color: #01AF20; }
span { border-color: rgb(1,175,32); }
td.TdClassName
{
border-color: #01AF20;
}
.TagClassName
{
border-color: #01AF20;
}
</style>