Shades of Persian Green #02AD9F
Tints of Persian Green #02AD9F
RGB
CMYK
RGB Variations
Color information
#02AD9F (or 0x02AD9F) is known color: Persian Green. HEX triplet: 02, AD and 9F. RGB value is (2,173,159). Sum of RGB (Red+Green+Blue) = 2+173+159=334 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 334); Green value is 173 (67.97% from 255 or 51.80% from 334); Blue value is 159 (62.5% from 255 or 47.60% from 334); Max value from RGB is 173 - color contains mainly: green. Hex color #02AD9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02AD9F is #FD5260. Grayscale: #787878. Windows color (decimal): -16601697 or 10464514. OLE color: 10464514.
HSL color Cylindrical-coordinate representation of color #02AD9F: hue angle of 175.09º 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 #02AD9F is Cyan = 0.99, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 2 | 173 | 159 | - |
| CMYK | 0.99 | 0 | 0.08 | 0.32 |
| HSL | 175.09º | 0.98% | 0.34% | - |
| HSV(B) | 175.09º | 0.99% | 0.68% | - |
| XYZ | 21.23 | 32.4 | 37.94 | - |
| YUV | 120.28 | 149.85 | 43.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 173 | 159 | 0.99 | 0 | 0.08 | 0.32 | 175.09 | 0.98 | 0.34 |
| Hex | 2 | AD | 9F | 63 | 0 | 8 | 20 | AF | 62 | 22 |
| Octal | 2 | 255 | 237 | 143 | 0 | 10 | 40 | 257 | 142 | 42 |
| Binary | 10 | 10101101 | 10011111 | 1100011 | 0 | 1000 | 100000 | 10101111 | 1100010 | 100010 |
Color Harmonies of #02AD9F
Complementary color
Monochromatic Colors of #02AD9F
Black with #02AD9F
Text Example
Text Example
White with #02AD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02AD9F; }
p { color: rgb(2,173,159); }
H1.HeaderClassName
{
color: #02AD9F;
}
.AnyTagClassName
{
color: #02AD9F;
}
</style>
background-color css
<style>
a { background-color: #02AD9F; }
a { background-color: rgb(2,173,159); }
div.DivClassName
{
background-color: #02AD9F;
}
.BgClassName
{
background-color: #02AD9F;
}
</style>
border-color css
<style>
span { border-color: #02AD9F; }
span { border-color: rgb(2,173,159); }
td.TdClassName
{
border-color: #02AD9F;
}
.TagClassName
{
border-color: #02AD9F;
}
</style>