Shades of Persian Green #02A391
Tints of Persian Green #02A391
RGB
CMYK
RGB Variations
Color information
#02A391 (or 0x02A391) is known color: Persian Green. HEX triplet: 02, A3 and 91. RGB value is (2,163,145). Sum of RGB (Red+Green+Blue) = 2+163+145=310 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 310); Green value is 163 (64.06% from 255 or 52.58% from 310); Blue value is 145 (57.03% from 255 or 46.77% from 310); Max value from RGB is 163 - color contains mainly: green. Hex color #02A391 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02A391 is #FD5C6E. Grayscale: #707070. Windows color (decimal): -16604271 or 9544450. OLE color: 9544450.
HSL color Cylindrical-coordinate representation of color #02A391: hue angle of 173.29º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A391 is Cyan = 0.99, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 2 | 163 | 145 | - |
| CMYK | 0.99 | 0 | 0.11 | 0.36 |
| HSL | 173.29º | 0.98% | 0.32% | - |
| HSV(B) | 173.29º | 0.99% | 0.64% | - |
| XYZ | 18.23 | 28.25 | 31.28 | - |
| YUV | 112.81 | 146.16 | 48.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 163 | 145 | 0.99 | 0 | 0.11 | 0.36 | 173.29 | 0.98 | 0.32 |
| Hex | 2 | A3 | 91 | 63 | 0 | B | 24 | AD | 62 | 20 |
| Octal | 2 | 243 | 221 | 143 | 0 | 13 | 44 | 255 | 142 | 40 |
| Binary | 10 | 10100011 | 10010001 | 1100011 | 0 | 1011 | 100100 | 10101101 | 1100010 | 100000 |
Color Harmonies of #02A391
Complementary color
Monochromatic Colors of #02A391
Black with #02A391
Text Example
Text Example
White with #02A391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A391; }
p { color: rgb(2,163,145); }
H1.HeaderClassName
{
color: #02A391;
}
.AnyTagClassName
{
color: #02A391;
}
</style>
background-color css
<style>
a { background-color: #02A391; }
a { background-color: rgb(2,163,145); }
div.DivClassName
{
background-color: #02A391;
}
.BgClassName
{
background-color: #02A391;
}
</style>
border-color css
<style>
span { border-color: #02A391; }
span { border-color: rgb(2,163,145); }
td.TdClassName
{
border-color: #02A391;
}
.TagClassName
{
border-color: #02A391;
}
</style>