Shades of Dark Pastel Green #02AD23
Tints of Dark Pastel Green #02AD23
RGB
CMYK
RGB Variations
Color information
#02AD23 (or 0x02AD23) is known color: Dark Pastel Green. HEX triplet: 02, AD and 23. RGB value is (2,173,35). Sum of RGB (Red+Green+Blue) = 2+173+35=210 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 210); Green value is 173 (67.97% from 255 or 82.38% from 210); Blue value is 35 (14.06% from 255 or 16.67% from 210); Max value from RGB is 173 - color contains mainly: green. Hex color #02AD23 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02AD23 is #FD52DC. Grayscale: #6A6A6A. Windows color (decimal): -16601821 or 2338050. OLE color: 2338050.
HSL color Cylindrical-coordinate representation of color #02AD23: hue angle of 131.58º 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 #02AD23 is Cyan = 0.99, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 2 | 173 | 35 | - |
| CMYK | 0.99 | 0 | 0.80 | 0.32 |
| HSL | 131.58º | 0.98% | 0.34% | - |
| HSV(B) | 131.58º | 0.99% | 0.68% | - |
| XYZ | 15.27 | 30.02 | 6.58 | - |
| YUV | 106.14 | 87.85 | 53.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 173 | 35 | 0.99 | 0 | 0.80 | 0.32 | 131.58 | 0.98 | 0.34 |
| Hex | 2 | AD | 23 | 63 | 0 | 50 | 20 | 84 | 62 | 22 |
| Octal | 2 | 255 | 43 | 143 | 0 | 120 | 40 | 204 | 142 | 42 |
| Binary | 10 | 10101101 | 100011 | 1100011 | 0 | 1010000 | 100000 | 10000100 | 1100010 | 100010 |
Color Harmonies of #02AD23
Complementary color
Monochromatic Colors of #02AD23
Black with #02AD23
Text Example
Text Example
White with #02AD23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02AD23; }
p { color: rgb(2,173,35); }
H1.HeaderClassName
{
color: #02AD23;
}
.AnyTagClassName
{
color: #02AD23;
}
</style>
background-color css
<style>
a { background-color: #02AD23; }
a { background-color: rgb(2,173,35); }
div.DivClassName
{
background-color: #02AD23;
}
.BgClassName
{
background-color: #02AD23;
}
</style>
border-color css
<style>
span { border-color: #02AD23; }
span { border-color: rgb(2,173,35); }
td.TdClassName
{
border-color: #02AD23;
}
.TagClassName
{
border-color: #02AD23;
}
</style>