Shades of Persian Green #02AD9A
Tints of Persian Green #02AD9A
RGB
CMYK
RGB Variations
Color information
#02AD9A (or 0x02AD9A) is known color: Persian Green. HEX triplet: 02, AD and 9A. RGB value is (2,173,154). Sum of RGB (Red+Green+Blue) = 2+173+154=329 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 329); Green value is 173 (67.97% from 255 or 52.58% from 329); Blue value is 154 (60.55% from 255 or 46.81% from 329); Max value from RGB is 173 - color contains mainly: green. Hex color #02AD9A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02AD9A is #FD5265. Grayscale: #777777. Windows color (decimal): -16601702 or 10136834. OLE color: 10136834.
HSL color Cylindrical-coordinate representation of color #02AD9A: hue angle of 173.33º 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 #02AD9A is Cyan = 0.99, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 2 | 173 | 154 | - |
| CMYK | 0.99 | 0 | 0.11 | 0.32 |
| HSL | 173.33º | 0.98% | 0.34% | - |
| HSV(B) | 173.33º | 0.99% | 0.68% | - |
| XYZ | 20.8 | 32.23 | 35.7 | - |
| YUV | 119.71 | 147.35 | 44.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 173 | 154 | 0.99 | 0 | 0.11 | 0.32 | 173.33 | 0.98 | 0.34 |
| Hex | 2 | AD | 9A | 63 | 0 | B | 20 | AD | 62 | 22 |
| Octal | 2 | 255 | 232 | 143 | 0 | 13 | 40 | 255 | 142 | 42 |
| Binary | 10 | 10101101 | 10011010 | 1100011 | 0 | 1011 | 100000 | 10101101 | 1100010 | 100010 |
Color Harmonies of #02AD9A
Complementary color
Monochromatic Colors of #02AD9A
Black with #02AD9A
Text Example
Text Example
White with #02AD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02AD9A; }
p { color: rgb(2,173,154); }
H1.HeaderClassName
{
color: #02AD9A;
}
.AnyTagClassName
{
color: #02AD9A;
}
</style>
background-color css
<style>
a { background-color: #02AD9A; }
a { background-color: rgb(2,173,154); }
div.DivClassName
{
background-color: #02AD9A;
}
.BgClassName
{
background-color: #02AD9A;
}
</style>
border-color css
<style>
span { border-color: #02AD9A; }
span { border-color: rgb(2,173,154); }
td.TdClassName
{
border-color: #02AD9A;
}
.TagClassName
{
border-color: #02AD9A;
}
</style>