Shades of Dark Pastel Green #00AD30
Tints of Dark Pastel Green #00AD30
RGB
CMYK
RGB Variations
Color information
#00AD30 (or 0x00AD30) is known color: Dark Pastel Green. HEX triplet: 00, AD and 30. RGB value is (0,173,48). Sum of RGB (Red+Green+Blue) = 0+173+48=221 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 221); Green value is 173 (67.97% from 255 or 78.28% from 221); Blue value is 48 (19.14% from 255 or 21.72% from 221); Max value from RGB is 173 - color contains mainly: green. Hex color #00AD30 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00AD30 is #FF52CF. Grayscale: #6B6B6B. Windows color (decimal): -16732880 or 3190016. OLE color: 3190016.
HSL color Cylindrical-coordinate representation of color #00AD30: hue angle of 136.65º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AD30 is Cyan = 1, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 0 | 173 | 48 | - |
| CMYK | 1 | 0 | 0.72 | 0.32 |
| HSL | 136.65º | 1% | 0.34% | - |
| HSV(B) | 136.65º | 1% | 0.68% | - |
| XYZ | 15.48 | 30.1 | 7.79 | - |
| YUV | 107.02 | 94.69 | 51.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 173 | 48 | 1 | 0 | 0.72 | 0.32 | 136.65 | 1 | 0.34 |
| Hex | 0 | AD | 30 | 64 | 0 | 48 | 20 | 89 | 64 | 22 |
| Octal | 0 | 255 | 60 | 144 | 0 | 110 | 40 | 211 | 144 | 42 |
| Binary | 0 | 10101101 | 110000 | 1100100 | 0 | 1001000 | 100000 | 10001001 | 1100100 | 100010 |
Color Harmonies of #00AD30
Complementary color
Monochromatic Colors of #00AD30
Black with #00AD30
Text Example
Text Example
White with #00AD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00AD30; }
p { color: rgb(0,173,48); }
H1.HeaderClassName
{
color: #00AD30;
}
.AnyTagClassName
{
color: #00AD30;
}
</style>
background-color css
<style>
a { background-color: #00AD30; }
a { background-color: rgb(0,173,48); }
div.DivClassName
{
background-color: #00AD30;
}
.BgClassName
{
background-color: #00AD30;
}
</style>
border-color css
<style>
span { border-color: #00AD30; }
span { border-color: rgb(0,173,48); }
td.TdClassName
{
border-color: #00AD30;
}
.TagClassName
{
border-color: #00AD30;
}
</style>