Shades of Dark Pastel Green #01AF3F
Tints of Dark Pastel Green #01AF3F
RGB
CMYK
RGB Variations
Color information
#01AF3F (or 0x01AF3F) is known color: Dark Pastel Green. HEX triplet: 01, AF and 3F. RGB value is (1,175,63). Sum of RGB (Red+Green+Blue) = 1+175+63=239 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 239); Green value is 175 (68.75% from 255 or 73.22% from 239); Blue value is 63 (25% from 255 or 26.36% from 239); Max value from RGB is 175 - color contains mainly: green. Hex color #01AF3F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01AF3F is #FE50C0. Grayscale: #6E6E6E. Windows color (decimal): -16666817 or 4173569. OLE color: 4173569.
HSL color Cylindrical-coordinate representation of color #01AF3F: hue angle of 141.38º 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 #01AF3F is Cyan = 0.99, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 1 | 175 | 63 | - |
| CMYK | 0.99 | 0 | 0.64 | 0.31 |
| HSL | 141.38º | 0.99% | 0.35% | - |
| HSV(B) | 141.38º | 0.99% | 0.69% | - |
| XYZ | 16.24 | 31.03 | 9.84 | - |
| YUV | 110.21 | 101.35 | 50.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 175 | 63 | 0.99 | 0 | 0.64 | 0.31 | 141.38 | 0.99 | 0.35 |
| Hex | 1 | AF | 3F | 63 | 0 | 40 | 1F | 8D | 63 | 23 |
| Octal | 1 | 257 | 77 | 143 | 0 | 100 | 37 | 215 | 143 | 43 |
| Binary | 1 | 10101111 | 111111 | 1100011 | 0 | 1000000 | 11111 | 10001101 | 1100011 | 100011 |
Color Harmonies of #01AF3F
Complementary color
Monochromatic Colors of #01AF3F
Black with #01AF3F
Text Example
Text Example
White with #01AF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AF3F; }
p { color: rgb(1,175,63); }
H1.HeaderClassName
{
color: #01AF3F;
}
.AnyTagClassName
{
color: #01AF3F;
}
</style>
background-color css
<style>
a { background-color: #01AF3F; }
a { background-color: rgb(1,175,63); }
div.DivClassName
{
background-color: #01AF3F;
}
.BgClassName
{
background-color: #01AF3F;
}
</style>
border-color css
<style>
span { border-color: #01AF3F; }
span { border-color: rgb(1,175,63); }
td.TdClassName
{
border-color: #01AF3F;
}
.TagClassName
{
border-color: #01AF3F;
}
</style>