Shades of Persian Green #02A89D
Tints of Persian Green #02A89D
RGB
CMYK
RGB Variations
Color information
#02A89D (or 0x02A89D) is known color: Persian Green. HEX triplet: 02, A8 and 9D. RGB value is (2,168,157). Sum of RGB (Red+Green+Blue) = 2+168+157=327 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 327); Green value is 168 (66.02% from 255 or 51.38% from 327); Blue value is 157 (61.72% from 255 or 48.01% from 327); Max value from RGB is 168 - color contains mainly: green. Hex color #02A89D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02A89D is #FD5762. Grayscale: #747474. Windows color (decimal): -16602979 or 10332162. OLE color: 10332162.
HSL color Cylindrical-coordinate representation of color #02A89D: hue angle of 176.02º 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 #02A89D is Cyan = 0.99, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 2 | 168 | 157 | - |
| CMYK | 0.99 | 0 | 0.07 | 0.34 |
| HSL | 176.02º | 0.98% | 0.33% | - |
| HSV(B) | 176.02º | 0.99% | 0.66% | - |
| XYZ | 20.11 | 30.45 | 36.72 | - |
| YUV | 117.11 | 150.5 | 45.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 168 | 157 | 0.99 | 0 | 0.07 | 0.34 | 176.02 | 0.98 | 0.33 |
| Hex | 2 | A8 | 9D | 63 | 0 | 7 | 22 | B0 | 62 | 21 |
| Octal | 2 | 250 | 235 | 143 | 0 | 7 | 42 | 260 | 142 | 41 |
| Binary | 10 | 10101000 | 10011101 | 1100011 | 0 | 111 | 100010 | 10110000 | 1100010 | 100001 |
Color Harmonies of #02A89D
Complementary color
Monochromatic Colors of #02A89D
Black with #02A89D
Text Example
Text Example
White with #02A89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A89D; }
p { color: rgb(2,168,157); }
H1.HeaderClassName
{
color: #02A89D;
}
.AnyTagClassName
{
color: #02A89D;
}
</style>
background-color css
<style>
a { background-color: #02A89D; }
a { background-color: rgb(2,168,157); }
div.DivClassName
{
background-color: #02A89D;
}
.BgClassName
{
background-color: #02A89D;
}
</style>
border-color css
<style>
span { border-color: #02A89D; }
span { border-color: rgb(2,168,157); }
td.TdClassName
{
border-color: #02A89D;
}
.TagClassName
{
border-color: #02A89D;
}
</style>