Shades of Persian Green #02A78D
Tints of Persian Green #02A78D
RGB
CMYK
RGB Variations
Color information
#02A78D (or 0x02A78D) is known color: Persian Green. HEX triplet: 02, A7 and 8D. RGB value is (2,167,141). Sum of RGB (Red+Green+Blue) = 2+167+141=310 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 310); Green value is 167 (65.62% from 255 or 53.87% from 310); Blue value is 141 (55.47% from 255 or 45.48% from 310); Max value from RGB is 167 - color contains mainly: green. Hex color #02A78D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02A78D is #FD5872. Grayscale: #727272. Windows color (decimal): -16603251 or 9283330. OLE color: 9283330.
HSL color Cylindrical-coordinate representation of color #02A78D: hue angle of 170.55º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A78D is Cyan = 0.99, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 2 | 167 | 141 | - |
| CMYK | 0.99 | 0 | 0.16 | 0.35 |
| HSL | 170.55º | 0.98% | 0.33% | - |
| HSV(B) | 170.55º | 0.99% | 0.65% | - |
| XYZ | 18.65 | 29.57 | 29.92 | - |
| YUV | 114.7 | 142.84 | 47.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 167 | 141 | 0.99 | 0 | 0.16 | 0.35 | 170.55 | 0.98 | 0.33 |
| Hex | 2 | A7 | 8D | 63 | 0 | 10 | 23 | AB | 62 | 21 |
| Octal | 2 | 247 | 215 | 143 | 0 | 20 | 43 | 253 | 142 | 41 |
| Binary | 10 | 10100111 | 10001101 | 1100011 | 0 | 10000 | 100011 | 10101011 | 1100010 | 100001 |
Color Harmonies of #02A78D
Complementary color
Monochromatic Colors of #02A78D
Black with #02A78D
Text Example
Text Example
White with #02A78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A78D; }
p { color: rgb(2,167,141); }
H1.HeaderClassName
{
color: #02A78D;
}
.AnyTagClassName
{
color: #02A78D;
}
</style>
background-color css
<style>
a { background-color: #02A78D; }
a { background-color: rgb(2,167,141); }
div.DivClassName
{
background-color: #02A78D;
}
.BgClassName
{
background-color: #02A78D;
}
</style>
border-color css
<style>
span { border-color: #02A78D; }
span { border-color: rgb(2,167,141); }
td.TdClassName
{
border-color: #02A78D;
}
.TagClassName
{
border-color: #02A78D;
}
</style>