Shades of Persian Green #02ADA2
Tints of Persian Green #02ADA2
RGB
CMYK
RGB Variations
Color information
#02ADA2 (or 0x02ADA2) is known color: Persian Green. HEX triplet: 02, AD and A2. RGB value is (2,173,162). Sum of RGB (Red+Green+Blue) = 2+173+162=337 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 337); Green value is 173 (67.97% from 255 or 51.34% from 337); Blue value is 162 (63.67% from 255 or 48.07% from 337); Max value from RGB is 173 - color contains mainly: green. Hex color #02ADA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02ADA2 is #FD525D. Grayscale: #787878. Windows color (decimal): -16601694 or 10661122. OLE color: 10661122.
HSL color Cylindrical-coordinate representation of color #02ADA2: hue angle of 176.14º 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 #02ADA2 is Cyan = 0.99, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 2 | 173 | 162 | - |
| CMYK | 0.99 | 0 | 0.06 | 0.32 |
| HSL | 176.14º | 0.98% | 0.34% | - |
| HSV(B) | 176.14º | 0.99% | 0.68% | - |
| XYZ | 21.49 | 32.51 | 39.32 | - |
| YUV | 120.62 | 151.35 | 43.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 173 | 162 | 0.99 | 0 | 0.06 | 0.32 | 176.14 | 0.98 | 0.34 |
| Hex | 2 | AD | A2 | 63 | 0 | 6 | 20 | B0 | 62 | 22 |
| Octal | 2 | 255 | 242 | 143 | 0 | 6 | 40 | 260 | 142 | 42 |
| Binary | 10 | 10101101 | 10100010 | 1100011 | 0 | 110 | 100000 | 10110000 | 1100010 | 100010 |
Color Harmonies of #02ADA2
Complementary color
Monochromatic Colors of #02ADA2
Black with #02ADA2
Text Example
Text Example
White with #02ADA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02ADA2; }
p { color: rgb(2,173,162); }
H1.HeaderClassName
{
color: #02ADA2;
}
.AnyTagClassName
{
color: #02ADA2;
}
</style>
background-color css
<style>
a { background-color: #02ADA2; }
a { background-color: rgb(2,173,162); }
div.DivClassName
{
background-color: #02ADA2;
}
.BgClassName
{
background-color: #02ADA2;
}
</style>
border-color css
<style>
span { border-color: #02ADA2; }
span { border-color: rgb(2,173,162); }
td.TdClassName
{
border-color: #02ADA2;
}
.TagClassName
{
border-color: #02ADA2;
}
</style>