Shades of Persian Green #02AD92
Tints of Persian Green #02AD92
RGB
CMYK
RGB Variations
Color information
#02AD92 (or 0x02AD92) is known color: Persian Green. HEX triplet: 02, AD and 92. RGB value is (2,173,146). Sum of RGB (Red+Green+Blue) = 2+173+146=321 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 321); Green value is 173 (67.97% from 255 or 53.89% from 321); Blue value is 146 (57.42% from 255 or 45.48% from 321); Max value from RGB is 173 - color contains mainly: green. Hex color #02AD92 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02AD92 is #FD526D. Grayscale: #767676. Windows color (decimal): -16601710 or 9612546. OLE color: 9612546.
HSL color Cylindrical-coordinate representation of color #02AD92: hue angle of 170.53º 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 #02AD92 is Cyan = 0.99, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 2 | 173 | 146 | - |
| CMYK | 0.99 | 0 | 0.16 | 0.32 |
| HSL | 170.53º | 0.98% | 0.34% | - |
| HSV(B) | 170.53º | 0.99% | 0.68% | - |
| XYZ | 20.16 | 31.98 | 32.3 | - |
| YUV | 118.79 | 143.35 | 44.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 173 | 146 | 0.99 | 0 | 0.16 | 0.32 | 170.53 | 0.98 | 0.34 |
| Hex | 2 | AD | 92 | 63 | 0 | 10 | 20 | AB | 62 | 22 |
| Octal | 2 | 255 | 222 | 143 | 0 | 20 | 40 | 253 | 142 | 42 |
| Binary | 10 | 10101101 | 10010010 | 1100011 | 0 | 10000 | 100000 | 10101011 | 1100010 | 100010 |
Color Harmonies of #02AD92
Complementary color
Monochromatic Colors of #02AD92
Black with #02AD92
Text Example
Text Example
White with #02AD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02AD92; }
p { color: rgb(2,173,146); }
H1.HeaderClassName
{
color: #02AD92;
}
.AnyTagClassName
{
color: #02AD92;
}
</style>
background-color css
<style>
a { background-color: #02AD92; }
a { background-color: rgb(2,173,146); }
div.DivClassName
{
background-color: #02AD92;
}
.BgClassName
{
background-color: #02AD92;
}
</style>
border-color css
<style>
span { border-color: #02AD92; }
span { border-color: rgb(2,173,146); }
td.TdClassName
{
border-color: #02AD92;
}
.TagClassName
{
border-color: #02AD92;
}
</style>