Shades of Persian Green #02A189
Tints of Persian Green #02A189
RGB
CMYK
RGB Variations
Color information
#02A189 (or 0x02A189) is known color: Persian Green. HEX triplet: 02, A1 and 89. RGB value is (2,161,137). Sum of RGB (Red+Green+Blue) = 2+161+137=300 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 300); Green value is 161 (63.28% from 255 or 53.67% from 300); Blue value is 137 (53.91% from 255 or 45.67% from 300); Max value from RGB is 161 - color contains mainly: green. Hex color #02A189 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02A189 is #FD5E76. Grayscale: #6E6E6E. Windows color (decimal): -16604791 or 9019650. OLE color: 9019650.
HSL color Cylindrical-coordinate representation of color #02A189: hue angle of 170.94º 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 #02A189 is Cyan = 0.99, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 2 | 161 | 137 | - |
| CMYK | 0.99 | 0 | 0.15 | 0.37 |
| HSL | 170.94º | 0.98% | 0.32% | - |
| HSV(B) | 170.94º | 0.99% | 0.63% | - |
| XYZ | 17.29 | 27.31 | 28.03 | - |
| YUV | 110.72 | 142.82 | 50.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 161 | 137 | 0.99 | 0 | 0.15 | 0.37 | 170.94 | 0.98 | 0.32 |
| Hex | 2 | A1 | 89 | 63 | 0 | F | 25 | AB | 62 | 20 |
| Octal | 2 | 241 | 211 | 143 | 0 | 17 | 45 | 253 | 142 | 40 |
| Binary | 10 | 10100001 | 10001001 | 1100011 | 0 | 1111 | 100101 | 10101011 | 1100010 | 100000 |
Color Harmonies of #02A189
Complementary color
Monochromatic Colors of #02A189
Black with #02A189
Text Example
Text Example
White with #02A189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A189; }
p { color: rgb(2,161,137); }
H1.HeaderClassName
{
color: #02A189;
}
.AnyTagClassName
{
color: #02A189;
}
</style>
background-color css
<style>
a { background-color: #02A189; }
a { background-color: rgb(2,161,137); }
div.DivClassName
{
background-color: #02A189;
}
.BgClassName
{
background-color: #02A189;
}
</style>
border-color css
<style>
span { border-color: #02A189; }
span { border-color: rgb(2,161,137); }
td.TdClassName
{
border-color: #02A189;
}
.TagClassName
{
border-color: #02A189;
}
</style>