Shades of Persian Green #02AA83
Tints of Persian Green #02AA83
RGB
CMYK
RGB Variations
Color information
#02AA83 (or 0x02AA83) is known color: Persian Green. HEX triplet: 02, AA and 83. RGB value is (2,170,131). Sum of RGB (Red+Green+Blue) = 2+170+131=303 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 303); Green value is 170 (66.80% from 255 or 56.11% from 303); Blue value is 131 (51.56% from 255 or 43.23% from 303); Max value from RGB is 170 - color contains mainly: green. Hex color #02AA83 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02AA83 is #FD557C. Grayscale: #737373. Windows color (decimal): -16602493 or 8628738. OLE color: 8628738.
HSL color Cylindrical-coordinate representation of color #02AA83: hue angle of 166.07º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02AA83 is Cyan = 0.99, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 170 | 131 | - |
| CMYK | 0.99 | 0 | 0.23 | 0.33 |
| HSL | 166.07º | 0.98% | 0.34% | - |
| HSV(B) | 166.07º | 0.99% | 0.67% | - |
| XYZ | 18.5 | 30.4 | 26.37 | - |
| YUV | 115.32 | 136.84 | 47.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 170 | 131 | 0.99 | 0 | 0.23 | 0.33 | 166.07 | 0.98 | 0.34 |
| Hex | 2 | AA | 83 | 63 | 0 | 17 | 21 | A6 | 62 | 22 |
| Octal | 2 | 252 | 203 | 143 | 0 | 27 | 41 | 246 | 142 | 42 |
| Binary | 10 | 10101010 | 10000011 | 1100011 | 0 | 10111 | 100001 | 10100110 | 1100010 | 100010 |
Color Harmonies of #02AA83
Complementary color
Monochromatic Colors of #02AA83
Black with #02AA83
Text Example
Text Example
White with #02AA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02AA83; }
p { color: rgb(2,170,131); }
H1.HeaderClassName
{
color: #02AA83;
}
.AnyTagClassName
{
color: #02AA83;
}
</style>
background-color css
<style>
a { background-color: #02AA83; }
a { background-color: rgb(2,170,131); }
div.DivClassName
{
background-color: #02AA83;
}
.BgClassName
{
background-color: #02AA83;
}
</style>
border-color css
<style>
span { border-color: #02AA83; }
span { border-color: rgb(2,170,131); }
td.TdClassName
{
border-color: #02AA83;
}
.TagClassName
{
border-color: #02AA83;
}
</style>