Shades of Dark Pastel Green #02AD3F
Tints of Dark Pastel Green #02AD3F
RGB
CMYK
RGB Variations
Color information
#02AD3F (or 0x02AD3F) is known color: Dark Pastel Green. HEX triplet: 02, AD and 3F. RGB value is (2,173,63). Sum of RGB (Red+Green+Blue) = 2+173+63=238 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 238); Green value is 173 (67.97% from 255 or 72.69% from 238); Blue value is 63 (25% from 255 or 26.47% from 238); Max value from RGB is 173 - color contains mainly: green. Hex color #02AD3F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02AD3F is #FD52C0. Grayscale: #6D6D6D. Windows color (decimal): -16601793 or 4173058. OLE color: 4173058.
HSL color Cylindrical-coordinate representation of color #02AD3F: hue angle of 141.4º 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 #02AD3F is Cyan = 0.99, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 2 | 173 | 63 | - |
| CMYK | 0.99 | 0 | 0.64 | 0.32 |
| HSL | 141.4º | 0.98% | 0.34% | - |
| HSV(B) | 141.4º | 0.99% | 0.68% | - |
| XYZ | 15.87 | 30.26 | 9.71 | - |
| YUV | 109.33 | 101.85 | 51.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 173 | 63 | 0.99 | 0 | 0.64 | 0.32 | 141.4 | 0.98 | 0.34 |
| Hex | 2 | AD | 3F | 63 | 0 | 40 | 20 | 8D | 62 | 22 |
| Octal | 2 | 255 | 77 | 143 | 0 | 100 | 40 | 215 | 142 | 42 |
| Binary | 10 | 10101101 | 111111 | 1100011 | 0 | 1000000 | 100000 | 10001101 | 1100010 | 100010 |
Color Harmonies of #02AD3F
Complementary color
Monochromatic Colors of #02AD3F
Black with #02AD3F
Text Example
Text Example
White with #02AD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02AD3F; }
p { color: rgb(2,173,63); }
H1.HeaderClassName
{
color: #02AD3F;
}
.AnyTagClassName
{
color: #02AD3F;
}
</style>
background-color css
<style>
a { background-color: #02AD3F; }
a { background-color: rgb(2,173,63); }
div.DivClassName
{
background-color: #02AD3F;
}
.BgClassName
{
background-color: #02AD3F;
}
</style>
border-color css
<style>
span { border-color: #02AD3F; }
span { border-color: rgb(2,173,63); }
td.TdClassName
{
border-color: #02AD3F;
}
.TagClassName
{
border-color: #02AD3F;
}
</style>