Shades of Persian Green #02A9A8
Tints of Persian Green #02A9A8
RGB
CMYK
RGB Variations
Color information
#02A9A8 (or 0x02A9A8) is known color: Persian Green. HEX triplet: 02, A9 and A8. RGB value is (2,169,168). Sum of RGB (Red+Green+Blue) = 2+169+168=339 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 339); Green value is 169 (66.41% from 255 or 49.85% from 339); Blue value is 168 (66.02% from 255 or 49.56% from 339); Max value from RGB is 169 - color contains mainly: green. Hex color #02A9A8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02A9A8 is #FD5657. Grayscale: #767676. Windows color (decimal): -16602712 or 11053314. OLE color: 11053314.
HSL color Cylindrical-coordinate representation of color #02A9A8: hue angle of 179.64º 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 #02A9A8 is Cyan = 0.99, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 2 | 169 | 168 | - |
| CMYK | 0.99 | 0 | 0.01 | 0.34 |
| HSL | 179.64º | 0.98% | 0.34% | - |
| HSV(B) | 179.64º | 0.99% | 0.66% | - |
| XYZ | 21.28 | 31.22 | 41.95 | - |
| YUV | 118.95 | 155.67 | 44.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 169 | 168 | 0.99 | 0 | 0.01 | 0.34 | 179.64 | 0.98 | 0.34 |
| Hex | 2 | A9 | A8 | 63 | 0 | 1 | 22 | B4 | 62 | 22 |
| Octal | 2 | 251 | 250 | 143 | 0 | 1 | 42 | 264 | 142 | 42 |
| Binary | 10 | 10101001 | 10101000 | 1100011 | 0 | 1 | 100010 | 10110100 | 1100010 | 100010 |
Color Harmonies of #02A9A8
Complementary color
Monochromatic Colors of #02A9A8
Black with #02A9A8
Text Example
Text Example
White with #02A9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A9A8; }
p { color: rgb(2,169,168); }
H1.HeaderClassName
{
color: #02A9A8;
}
.AnyTagClassName
{
color: #02A9A8;
}
</style>
background-color css
<style>
a { background-color: #02A9A8; }
a { background-color: rgb(2,169,168); }
div.DivClassName
{
background-color: #02A9A8;
}
.BgClassName
{
background-color: #02A9A8;
}
</style>
border-color css
<style>
span { border-color: #02A9A8; }
span { border-color: rgb(2,169,168); }
td.TdClassName
{
border-color: #02A9A8;
}
.TagClassName
{
border-color: #02A9A8;
}
</style>