Shades of Dark Pastel Green #02AD40
Tints of Dark Pastel Green #02AD40
RGB
CMYK
RGB Variations
Color information
#02AD40 (or 0x02AD40) is known color: Dark Pastel Green. HEX triplet: 02, AD and 40. RGB value is (2,173,64). Sum of RGB (Red+Green+Blue) = 2+173+64=239 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 239); Green value is 173 (67.97% from 255 or 72.38% from 239); Blue value is 64 (25.39% from 255 or 26.78% from 239); Max value from RGB is 173 - color contains mainly: green. Hex color #02AD40 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02AD40 is #FD52BF. Grayscale: #6D6D6D. Windows color (decimal): -16601792 or 4238594. OLE color: 4238594.
HSL color Cylindrical-coordinate representation of color #02AD40: hue angle of 141.75º degrees, saturation: 0.98, 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 #02AD40 is Cyan = 0.99, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 2 | 173 | 64 | - |
| CMYK | 0.99 | 0 | 0.63 | 0.32 |
| HSL | 141.75º | 0.98% | 0.34% | - |
| HSV(B) | 141.75º | 0.99% | 0.68% | - |
| XYZ | 15.89 | 30.27 | 9.86 | - |
| YUV | 109.45 | 102.35 | 51.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 173 | 64 | 0.99 | 0 | 0.63 | 0.32 | 141.75 | 0.98 | 0.34 |
| Hex | 2 | AD | 40 | 63 | 0 | 3F | 20 | 8E | 62 | 22 |
| Octal | 2 | 255 | 100 | 143 | 0 | 77 | 40 | 216 | 142 | 42 |
| Binary | 10 | 10101101 | 1000000 | 1100011 | 0 | 111111 | 100000 | 10001110 | 1100010 | 100010 |
Color Harmonies of #02AD40
Complementary color
Monochromatic Colors of #02AD40
Black with #02AD40
Text Example
Text Example
White with #02AD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02AD40; }
p { color: rgb(2,173,64); }
H1.HeaderClassName
{
color: #02AD40;
}
.AnyTagClassName
{
color: #02AD40;
}
</style>
background-color css
<style>
a { background-color: #02AD40; }
a { background-color: rgb(2,173,64); }
div.DivClassName
{
background-color: #02AD40;
}
.BgClassName
{
background-color: #02AD40;
}
</style>
border-color css
<style>
span { border-color: #02AD40; }
span { border-color: rgb(2,173,64); }
td.TdClassName
{
border-color: #02AD40;
}
.TagClassName
{
border-color: #02AD40;
}
</style>