Shades of Dark Pastel Green #01AD31
Tints of Dark Pastel Green #01AD31
RGB
CMYK
RGB Variations
Color information
#01AD31 (or 0x01AD31) is known color: Dark Pastel Green. HEX triplet: 01, AD and 31. RGB value is (1,173,49). Sum of RGB (Red+Green+Blue) = 1+173+49=223 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 223); Green value is 173 (67.97% from 255 or 77.58% from 223); Blue value is 49 (19.53% from 255 or 21.97% from 223); Max value from RGB is 173 - color contains mainly: green. Hex color #01AD31 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01AD31 is #FE52CE. Grayscale: #6B6B6B. Windows color (decimal): -16667343 or 3255553. OLE color: 3255553.
HSL color Cylindrical-coordinate representation of color #01AD31: hue angle of 136.74º 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 #01AD31 is Cyan = 0.99, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 1 | 173 | 49 | - |
| CMYK | 0.99 | 0 | 0.72 | 0.32 |
| HSL | 136.74º | 0.99% | 0.34% | - |
| HSV(B) | 136.74º | 0.99% | 0.68% | - |
| XYZ | 15.51 | 30.12 | 7.9 | - |
| YUV | 107.44 | 95.02 | 52.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 173 | 49 | 0.99 | 0 | 0.72 | 0.32 | 136.74 | 0.99 | 0.34 |
| Hex | 1 | AD | 31 | 63 | 0 | 48 | 20 | 89 | 63 | 22 |
| Octal | 1 | 255 | 61 | 143 | 0 | 110 | 40 | 211 | 143 | 42 |
| Binary | 1 | 10101101 | 110001 | 1100011 | 0 | 1001000 | 100000 | 10001001 | 1100011 | 100010 |
Color Harmonies of #01AD31
Complementary color
Monochromatic Colors of #01AD31
Black with #01AD31
Text Example
Text Example
White with #01AD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AD31; }
p { color: rgb(1,173,49); }
H1.HeaderClassName
{
color: #01AD31;
}
.AnyTagClassName
{
color: #01AD31;
}
</style>
background-color css
<style>
a { background-color: #01AD31; }
a { background-color: rgb(1,173,49); }
div.DivClassName
{
background-color: #01AD31;
}
.BgClassName
{
background-color: #01AD31;
}
</style>
border-color css
<style>
span { border-color: #01AD31; }
span { border-color: rgb(1,173,49); }
td.TdClassName
{
border-color: #01AD31;
}
.TagClassName
{
border-color: #01AD31;
}
</style>