Shades of Dark Pastel Green #00AD24
Tints of Dark Pastel Green #00AD24
RGB
CMYK
RGB Variations
Color information
#00AD24 (or 0x00AD24) is known color: Dark Pastel Green. HEX triplet: 00, AD and 24. RGB value is (0,173,36). Sum of RGB (Red+Green+Blue) = 0+173+36=209 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 209); Green value is 173 (67.97% from 255 or 82.78% from 209); Blue value is 36 (14.45% from 255 or 17.22% from 209); Max value from RGB is 173 - color contains mainly: green. Hex color #00AD24 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00AD24 is #FF52DB. Grayscale: #6A6A6A. Windows color (decimal): -16732892 or 2403584. OLE color: 2403584.
HSL color Cylindrical-coordinate representation of color #00AD24: hue angle of 132.49º 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 #00AD24 is Cyan = 1, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 0 | 173 | 36 | - |
| CMYK | 1 | 0 | 0.79 | 0.32 |
| HSL | 132.49º | 1% | 0.34% | - |
| HSV(B) | 132.49º | 1% | 0.68% | - |
| XYZ | 15.26 | 30.01 | 6.66 | - |
| YUV | 105.66 | 88.69 | 52.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 173 | 36 | 1 | 0 | 0.79 | 0.32 | 132.49 | 1 | 0.34 |
| Hex | 0 | AD | 24 | 64 | 0 | 4F | 20 | 84 | 64 | 22 |
| Octal | 0 | 255 | 44 | 144 | 0 | 117 | 40 | 204 | 144 | 42 |
| Binary | 0 | 10101101 | 100100 | 1100100 | 0 | 1001111 | 100000 | 10000100 | 1100100 | 100010 |
Color Harmonies of #00AD24
Complementary color
Monochromatic Colors of #00AD24
Black with #00AD24
Text Example
Text Example
White with #00AD24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00AD24; }
p { color: rgb(0,173,36); }
H1.HeaderClassName
{
color: #00AD24;
}
.AnyTagClassName
{
color: #00AD24;
}
</style>
background-color css
<style>
a { background-color: #00AD24; }
a { background-color: rgb(0,173,36); }
div.DivClassName
{
background-color: #00AD24;
}
.BgClassName
{
background-color: #00AD24;
}
</style>
border-color css
<style>
span { border-color: #00AD24; }
span { border-color: rgb(0,173,36); }
td.TdClassName
{
border-color: #00AD24;
}
.TagClassName
{
border-color: #00AD24;
}
</style>