Shades of Persian Green #02ADAA
Tints of Persian Green #02ADAA
RGB
CMYK
RGB Variations
Color information
#02ADAA (or 0x02ADAA) is known color: Persian Green. HEX triplet: 02, AD and AA. RGB value is (2,173,170). Sum of RGB (Red+Green+Blue) = 2+173+170=345 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 345); Green value is 173 (67.97% from 255 or 50.14% from 345); Blue value is 170 (66.80% from 255 or 49.28% from 345); Max value from RGB is 173 - color contains mainly: green. Hex color #02ADAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02ADAA is #FD5255. Grayscale: #797979. Windows color (decimal): -16601686 or 11185410. OLE color: 11185410.
HSL color Cylindrical-coordinate representation of color #02ADAA: hue angle of 178.95º 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 #02ADAA is Cyan = 0.99, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 2 | 173 | 170 | - |
| CMYK | 0.99 | 0 | 0.02 | 0.32 |
| HSL | 178.95º | 0.98% | 0.34% | - |
| HSV(B) | 178.95º | 0.99% | 0.68% | - |
| XYZ | 22.22 | 32.8 | 43.19 | - |
| YUV | 121.53 | 155.35 | 42.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 173 | 170 | 0.99 | 0 | 0.02 | 0.32 | 178.95 | 0.98 | 0.34 |
| Hex | 2 | AD | AA | 63 | 0 | 2 | 20 | B3 | 62 | 22 |
| Octal | 2 | 255 | 252 | 143 | 0 | 2 | 40 | 263 | 142 | 42 |
| Binary | 10 | 10101101 | 10101010 | 1100011 | 0 | 10 | 100000 | 10110011 | 1100010 | 100010 |
Color Harmonies of #02ADAA
Complementary color
Monochromatic Colors of #02ADAA
Black with #02ADAA
Text Example
Text Example
White with #02ADAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02ADAA; }
p { color: rgb(2,173,170); }
H1.HeaderClassName
{
color: #02ADAA;
}
.AnyTagClassName
{
color: #02ADAA;
}
</style>
background-color css
<style>
a { background-color: #02ADAA; }
a { background-color: rgb(2,173,170); }
div.DivClassName
{
background-color: #02ADAA;
}
.BgClassName
{
background-color: #02ADAA;
}
</style>
border-color css
<style>
span { border-color: #02ADAA; }
span { border-color: rgb(2,173,170); }
td.TdClassName
{
border-color: #02ADAA;
}
.TagClassName
{
border-color: #02ADAA;
}
</style>