Shades of Dark Pastel Green #02AD39
Tints of Dark Pastel Green #02AD39
RGB
CMYK
RGB Variations
Color information
#02AD39 (or 0x02AD39) is known color: Dark Pastel Green. HEX triplet: 02, AD and 39. RGB value is (2,173,57). Sum of RGB (Red+Green+Blue) = 2+173+57=232 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 232); Green value is 173 (67.97% from 255 or 74.57% from 232); Blue value is 57 (22.66% from 255 or 24.57% from 232); Max value from RGB is 173 - color contains mainly: green. Hex color #02AD39 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02AD39 is #FD52C6. Grayscale: #6C6C6C. Windows color (decimal): -16601799 or 3779842. OLE color: 3779842.
HSL color Cylindrical-coordinate representation of color #02AD39: hue angle of 139.3º 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 #02AD39 is Cyan = 0.99, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 2 | 173 | 57 | - |
| CMYK | 0.99 | 0 | 0.67 | 0.32 |
| HSL | 139.3º | 0.98% | 0.34% | - |
| HSV(B) | 139.3º | 0.99% | 0.68% | - |
| XYZ | 15.71 | 30.2 | 8.87 | - |
| YUV | 108.65 | 98.85 | 51.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 173 | 57 | 0.99 | 0 | 0.67 | 0.32 | 139.3 | 0.98 | 0.34 |
| Hex | 2 | AD | 39 | 63 | 0 | 43 | 20 | 8B | 62 | 22 |
| Octal | 2 | 255 | 71 | 143 | 0 | 103 | 40 | 213 | 142 | 42 |
| Binary | 10 | 10101101 | 111001 | 1100011 | 0 | 1000011 | 100000 | 10001011 | 1100010 | 100010 |
Color Harmonies of #02AD39
Complementary color
Monochromatic Colors of #02AD39
Black with #02AD39
Text Example
Text Example
White with #02AD39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02AD39; }
p { color: rgb(2,173,57); }
H1.HeaderClassName
{
color: #02AD39;
}
.AnyTagClassName
{
color: #02AD39;
}
</style>
background-color css
<style>
a { background-color: #02AD39; }
a { background-color: rgb(2,173,57); }
div.DivClassName
{
background-color: #02AD39;
}
.BgClassName
{
background-color: #02AD39;
}
</style>
border-color css
<style>
span { border-color: #02AD39; }
span { border-color: rgb(2,173,57); }
td.TdClassName
{
border-color: #02AD39;
}
.TagClassName
{
border-color: #02AD39;
}
</style>