Shades of Persian Green #02A185
Tints of Persian Green #02A185
RGB
CMYK
RGB Variations
Color information
#02A185 (or 0x02A185) is known color: Persian Green. HEX triplet: 02, A1 and 85. RGB value is (2,161,133). Sum of RGB (Red+Green+Blue) = 2+161+133=296 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 296); Green value is 161 (63.28% from 255 or 54.39% from 296); Blue value is 133 (52.34% from 255 or 44.93% from 296); Max value from RGB is 161 - color contains mainly: green. Hex color #02A185 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02A185 is #FD5E7A. Grayscale: #6E6E6E. Windows color (decimal): -16604795 or 8757506. OLE color: 8757506.
HSL color Cylindrical-coordinate representation of color #02A185: hue angle of 169.43º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A185 is Cyan = 0.99, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 2 | 161 | 133 | - |
| CMYK | 0.99 | 0 | 0.17 | 0.37 |
| HSL | 169.43º | 0.98% | 0.32% | - |
| HSV(B) | 169.43º | 0.99% | 0.63% | - |
| XYZ | 17 | 27.2 | 26.54 | - |
| YUV | 110.27 | 140.82 | 50.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 161 | 133 | 0.99 | 0 | 0.17 | 0.37 | 169.43 | 0.98 | 0.32 |
| Hex | 2 | A1 | 85 | 63 | 0 | 11 | 25 | A9 | 62 | 20 |
| Octal | 2 | 241 | 205 | 143 | 0 | 21 | 45 | 251 | 142 | 40 |
| Binary | 10 | 10100001 | 10000101 | 1100011 | 0 | 10001 | 100101 | 10101001 | 1100010 | 100000 |
Color Harmonies of #02A185
Complementary color
Monochromatic Colors of #02A185
Black with #02A185
Text Example
Text Example
White with #02A185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A185; }
p { color: rgb(2,161,133); }
H1.HeaderClassName
{
color: #02A185;
}
.AnyTagClassName
{
color: #02A185;
}
</style>
background-color css
<style>
a { background-color: #02A185; }
a { background-color: rgb(2,161,133); }
div.DivClassName
{
background-color: #02A185;
}
.BgClassName
{
background-color: #02A185;
}
</style>
border-color css
<style>
span { border-color: #02A185; }
span { border-color: rgb(2,161,133); }
td.TdClassName
{
border-color: #02A185;
}
.TagClassName
{
border-color: #02A185;
}
</style>