Shades of Persian Green #02A891
Tints of Persian Green #02A891
RGB
CMYK
RGB Variations
Color information
#02A891 (or 0x02A891) is known color: Persian Green. HEX triplet: 02, A8 and 91. RGB value is (2,168,145). Sum of RGB (Red+Green+Blue) = 2+168+145=315 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 315); Green value is 168 (66.02% from 255 or 53.33% from 315); Blue value is 145 (57.03% from 255 or 46.03% from 315); Max value from RGB is 168 - color contains mainly: green. Hex color #02A891 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02A891 is #FD576E. Grayscale: #737373. Windows color (decimal): -16602991 or 9545730. OLE color: 9545730.
HSL color Cylindrical-coordinate representation of color #02A891: hue angle of 171.69º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A891 is Cyan = 0.99, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 2 | 168 | 145 | - |
| CMYK | 0.99 | 0 | 0.14 | 0.34 |
| HSL | 171.69º | 0.98% | 0.33% | - |
| HSV(B) | 171.69º | 0.99% | 0.66% | - |
| XYZ | 19.14 | 30.06 | 31.58 | - |
| YUV | 115.74 | 144.5 | 46.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 168 | 145 | 0.99 | 0 | 0.14 | 0.34 | 171.69 | 0.98 | 0.33 |
| Hex | 2 | A8 | 91 | 63 | 0 | E | 22 | AC | 62 | 21 |
| Octal | 2 | 250 | 221 | 143 | 0 | 16 | 42 | 254 | 142 | 41 |
| Binary | 10 | 10101000 | 10010001 | 1100011 | 0 | 1110 | 100010 | 10101100 | 1100010 | 100001 |
Color Harmonies of #02A891
Complementary color
Monochromatic Colors of #02A891
Black with #02A891
Text Example
Text Example
White with #02A891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A891; }
p { color: rgb(2,168,145); }
H1.HeaderClassName
{
color: #02A891;
}
.AnyTagClassName
{
color: #02A891;
}
</style>
background-color css
<style>
a { background-color: #02A891; }
a { background-color: rgb(2,168,145); }
div.DivClassName
{
background-color: #02A891;
}
.BgClassName
{
background-color: #02A891;
}
</style>
border-color css
<style>
span { border-color: #02A891; }
span { border-color: rgb(2,168,145); }
td.TdClassName
{
border-color: #02A891;
}
.TagClassName
{
border-color: #02A891;
}
</style>