Shades of Persian Green #02A996
Tints of Persian Green #02A996
RGB
CMYK
RGB Variations
Color information
#02A996 (or 0x02A996) is known color: Persian Green. HEX triplet: 02, A9 and 96. RGB value is (2,169,150). Sum of RGB (Red+Green+Blue) = 2+169+150=321 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 321); Green value is 169 (66.41% from 255 or 52.65% from 321); Blue value is 150 (58.98% from 255 or 46.73% from 321); Max value from RGB is 169 - color contains mainly: green. Hex color #02A996 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02A996 is #FD5669. Grayscale: #747474. Windows color (decimal): -16602730 or 9873666. OLE color: 9873666.
HSL color Cylindrical-coordinate representation of color #02A996: hue angle of 173.17º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A996 is Cyan = 0.99, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 2 | 169 | 150 | - |
| CMYK | 0.99 | 0 | 0.11 | 0.34 |
| HSL | 173.17º | 0.98% | 0.34% | - |
| HSV(B) | 173.17º | 0.99% | 0.66% | - |
| XYZ | 19.72 | 30.59 | 33.72 | - |
| YUV | 116.9 | 146.67 | 46.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 169 | 150 | 0.99 | 0 | 0.11 | 0.34 | 173.17 | 0.98 | 0.34 |
| Hex | 2 | A9 | 96 | 63 | 0 | B | 22 | AD | 62 | 22 |
| Octal | 2 | 251 | 226 | 143 | 0 | 13 | 42 | 255 | 142 | 42 |
| Binary | 10 | 10101001 | 10010110 | 1100011 | 0 | 1011 | 100010 | 10101101 | 1100010 | 100010 |
Color Harmonies of #02A996
Complementary color
Monochromatic Colors of #02A996
Black with #02A996
Text Example
Text Example
White with #02A996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A996; }
p { color: rgb(2,169,150); }
H1.HeaderClassName
{
color: #02A996;
}
.AnyTagClassName
{
color: #02A996;
}
</style>
background-color css
<style>
a { background-color: #02A996; }
a { background-color: rgb(2,169,150); }
div.DivClassName
{
background-color: #02A996;
}
.BgClassName
{
background-color: #02A996;
}
</style>
border-color css
<style>
span { border-color: #02A996; }
span { border-color: rgb(2,169,150); }
td.TdClassName
{
border-color: #02A996;
}
.TagClassName
{
border-color: #02A996;
}
</style>