Shades of Persian Green #02AB85
Tints of Persian Green #02AB85
RGB
CMYK
RGB Variations
Color information
#02AB85 (or 0x02AB85) is known color: Persian Green. HEX triplet: 02, AB and 85. RGB value is (2,171,133). Sum of RGB (Red+Green+Blue) = 2+171+133=306 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 306); Green value is 171 (67.19% from 255 or 55.88% from 306); Blue value is 133 (52.34% from 255 or 43.46% from 306); Max value from RGB is 171 - color contains mainly: green. Hex color #02AB85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02AB85 is #FD547A. Grayscale: #747474. Windows color (decimal): -16602235 or 8760066. OLE color: 8760066.
HSL color Cylindrical-coordinate representation of color #02AB85: hue angle of 166.51º 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 #02AB85 is Cyan = 0.99, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 171 | 133 | - |
| CMYK | 0.99 | 0 | 0.22 | 0.33 |
| HSL | 166.51º | 0.98% | 0.34% | - |
| HSV(B) | 166.51º | 0.99% | 0.67% | - |
| XYZ | 18.82 | 30.83 | 27.15 | - |
| YUV | 116.14 | 137.51 | 46.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 171 | 133 | 0.99 | 0 | 0.22 | 0.33 | 166.51 | 0.98 | 0.34 |
| Hex | 2 | AB | 85 | 63 | 0 | 16 | 21 | A7 | 62 | 22 |
| Octal | 2 | 253 | 205 | 143 | 0 | 26 | 41 | 247 | 142 | 42 |
| Binary | 10 | 10101011 | 10000101 | 1100011 | 0 | 10110 | 100001 | 10100111 | 1100010 | 100010 |
Color Harmonies of #02AB85
Complementary color
Monochromatic Colors of #02AB85
Black with #02AB85
Text Example
Text Example
White with #02AB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02AB85; }
p { color: rgb(2,171,133); }
H1.HeaderClassName
{
color: #02AB85;
}
.AnyTagClassName
{
color: #02AB85;
}
</style>
background-color css
<style>
a { background-color: #02AB85; }
a { background-color: rgb(2,171,133); }
div.DivClassName
{
background-color: #02AB85;
}
.BgClassName
{
background-color: #02AB85;
}
</style>
border-color css
<style>
span { border-color: #02AB85; }
span { border-color: rgb(2,171,133); }
td.TdClassName
{
border-color: #02AB85;
}
.TagClassName
{
border-color: #02AB85;
}
</style>