Shades of Persian Green #02A887
Tints of Persian Green #02A887
RGB
CMYK
RGB Variations
Color information
#02A887 (or 0x02A887) is known color: Persian Green. HEX triplet: 02, A8 and 87. RGB value is (2,168,135). Sum of RGB (Red+Green+Blue) = 2+168+135=305 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 305); Green value is 168 (66.02% from 255 or 55.08% from 305); Blue value is 135 (53.12% from 255 or 44.26% from 305); Max value from RGB is 168 - color contains mainly: green. Hex color #02A887 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02A887 is #FD5778. Grayscale: #727272. Windows color (decimal): -16603001 or 8890370. OLE color: 8890370.
HSL color Cylindrical-coordinate representation of color #02A887: hue angle of 168.07º 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 #02A887 is Cyan = 0.99, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 2 | 168 | 135 | - |
| CMYK | 0.99 | 0 | 0.20 | 0.34 |
| HSL | 168.07º | 0.98% | 0.33% | - |
| HSV(B) | 168.07º | 0.99% | 0.66% | - |
| XYZ | 18.4 | 29.77 | 27.7 | - |
| YUV | 114.6 | 139.5 | 47.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 168 | 135 | 0.99 | 0 | 0.20 | 0.34 | 168.07 | 0.98 | 0.33 |
| Hex | 2 | A8 | 87 | 63 | 0 | 14 | 22 | A8 | 62 | 21 |
| Octal | 2 | 250 | 207 | 143 | 0 | 24 | 42 | 250 | 142 | 41 |
| Binary | 10 | 10101000 | 10000111 | 1100011 | 0 | 10100 | 100010 | 10101000 | 1100010 | 100001 |
Color Harmonies of #02A887
Complementary color
Monochromatic Colors of #02A887
Black with #02A887
Text Example
Text Example
White with #02A887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A887; }
p { color: rgb(2,168,135); }
H1.HeaderClassName
{
color: #02A887;
}
.AnyTagClassName
{
color: #02A887;
}
</style>
background-color css
<style>
a { background-color: #02A887; }
a { background-color: rgb(2,168,135); }
div.DivClassName
{
background-color: #02A887;
}
.BgClassName
{
background-color: #02A887;
}
</style>
border-color css
<style>
span { border-color: #02A887; }
span { border-color: rgb(2,168,135); }
td.TdClassName
{
border-color: #02A887;
}
.TagClassName
{
border-color: #02A887;
}
</style>