Shades of Dark Pastel Green #01AD30
Tints of Dark Pastel Green #01AD30
RGB
CMYK
RGB Variations
Color information
#01AD30 (or 0x01AD30) is known color: Dark Pastel Green. HEX triplet: 01, AD and 30. RGB value is (1,173,48). Sum of RGB (Red+Green+Blue) = 1+173+48=222 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 222); Green value is 173 (67.97% from 255 or 77.93% from 222); Blue value is 48 (19.14% from 255 or 21.62% from 222); Max value from RGB is 173 - color contains mainly: green. Hex color #01AD30 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01AD30 is #FE52CF. Grayscale: #6B6B6B. Windows color (decimal): -16667344 or 3190017. OLE color: 3190017.
HSL color Cylindrical-coordinate representation of color #01AD30: hue angle of 136.4º 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 #01AD30 is Cyan = 0.99, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 1 | 173 | 48 | - |
| CMYK | 0.99 | 0 | 0.72 | 0.32 |
| HSL | 136.4º | 0.99% | 0.34% | - |
| HSV(B) | 136.4º | 0.99% | 0.68% | - |
| XYZ | 15.49 | 30.11 | 7.79 | - |
| YUV | 107.32 | 94.52 | 52.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 173 | 48 | 0.99 | 0 | 0.72 | 0.32 | 136.4 | 0.99 | 0.34 |
| Hex | 1 | AD | 30 | 63 | 0 | 48 | 20 | 88 | 63 | 22 |
| Octal | 1 | 255 | 60 | 143 | 0 | 110 | 40 | 210 | 143 | 42 |
| Binary | 1 | 10101101 | 110000 | 1100011 | 0 | 1001000 | 100000 | 10001000 | 1100011 | 100010 |
Color Harmonies of #01AD30
Complementary color
Monochromatic Colors of #01AD30
Black with #01AD30
Text Example
Text Example
White with #01AD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AD30; }
p { color: rgb(1,173,48); }
H1.HeaderClassName
{
color: #01AD30;
}
.AnyTagClassName
{
color: #01AD30;
}
</style>
background-color css
<style>
a { background-color: #01AD30; }
a { background-color: rgb(1,173,48); }
div.DivClassName
{
background-color: #01AD30;
}
.BgClassName
{
background-color: #01AD30;
}
</style>
border-color css
<style>
span { border-color: #01AD30; }
span { border-color: rgb(1,173,48); }
td.TdClassName
{
border-color: #01AD30;
}
.TagClassName
{
border-color: #01AD30;
}
</style>