Shades of Persian Green #02A788
Tints of Persian Green #02A788
RGB
CMYK
RGB Variations
Color information
#02A788 (or 0x02A788) is known color: Persian Green. HEX triplet: 02, A7 and 88. RGB value is (2,167,136). Sum of RGB (Red+Green+Blue) = 2+167+136=305 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 305); Green value is 167 (65.62% from 255 or 54.75% from 305); Blue value is 136 (53.52% from 255 or 44.59% from 305); Max value from RGB is 167 - color contains mainly: green. Hex color #02A788 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02A788 is #FD5877. Grayscale: #727272. Windows color (decimal): -16603256 or 8955650. OLE color: 8955650.
HSL color Cylindrical-coordinate representation of color #02A788: hue angle of 168.73º 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 #02A788 is Cyan = 0.99, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 2 | 167 | 136 | - |
| CMYK | 0.99 | 0 | 0.19 | 0.35 |
| HSL | 168.73º | 0.98% | 0.33% | - |
| HSV(B) | 168.73º | 0.99% | 0.65% | - |
| XYZ | 18.29 | 29.43 | 28.01 | - |
| YUV | 114.13 | 140.34 | 48.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 167 | 136 | 0.99 | 0 | 0.19 | 0.35 | 168.73 | 0.98 | 0.33 |
| Hex | 2 | A7 | 88 | 63 | 0 | 13 | 23 | A9 | 62 | 21 |
| Octal | 2 | 247 | 210 | 143 | 0 | 23 | 43 | 251 | 142 | 41 |
| Binary | 10 | 10100111 | 10001000 | 1100011 | 0 | 10011 | 100011 | 10101001 | 1100010 | 100001 |
Color Harmonies of #02A788
Complementary color
Monochromatic Colors of #02A788
Black with #02A788
Text Example
Text Example
White with #02A788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A788; }
p { color: rgb(2,167,136); }
H1.HeaderClassName
{
color: #02A788;
}
.AnyTagClassName
{
color: #02A788;
}
</style>
background-color css
<style>
a { background-color: #02A788; }
a { background-color: rgb(2,167,136); }
div.DivClassName
{
background-color: #02A788;
}
.BgClassName
{
background-color: #02A788;
}
</style>
border-color css
<style>
span { border-color: #02A788; }
span { border-color: rgb(2,167,136); }
td.TdClassName
{
border-color: #02A788;
}
.TagClassName
{
border-color: #02A788;
}
</style>