Shades of Persian Green #02A68E
Tints of Persian Green #02A68E
RGB
CMYK
RGB Variations
Color information
#02A68E (or 0x02A68E) is known color: Persian Green. HEX triplet: 02, A6 and 8E. RGB value is (2,166,142). Sum of RGB (Red+Green+Blue) = 2+166+142=310 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 310); Green value is 166 (65.23% from 255 or 53.55% from 310); Blue value is 142 (55.86% from 255 or 45.81% from 310); Max value from RGB is 166 - color contains mainly: green. Hex color #02A68E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02A68E is #FD5971. Grayscale: #727272. Windows color (decimal): -16603506 or 9348610. OLE color: 9348610.
HSL color Cylindrical-coordinate representation of color #02A68E: hue angle of 171.22º 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 #02A68E is Cyan = 0.99, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 2 | 166 | 142 | - |
| CMYK | 0.99 | 0 | 0.14 | 0.35 |
| HSL | 171.22º | 0.98% | 0.33% | - |
| HSV(B) | 171.22º | 0.99% | 0.65% | - |
| XYZ | 18.54 | 29.24 | 30.26 | - |
| YUV | 114.23 | 143.67 | 47.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 166 | 142 | 0.99 | 0 | 0.14 | 0.35 | 171.22 | 0.98 | 0.33 |
| Hex | 2 | A6 | 8E | 63 | 0 | E | 23 | AB | 62 | 21 |
| Octal | 2 | 246 | 216 | 143 | 0 | 16 | 43 | 253 | 142 | 41 |
| Binary | 10 | 10100110 | 10001110 | 1100011 | 0 | 1110 | 100011 | 10101011 | 1100010 | 100001 |
Color Harmonies of #02A68E
Complementary color
Monochromatic Colors of #02A68E
Black with #02A68E
Text Example
Text Example
White with #02A68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A68E; }
p { color: rgb(2,166,142); }
H1.HeaderClassName
{
color: #02A68E;
}
.AnyTagClassName
{
color: #02A68E;
}
</style>
background-color css
<style>
a { background-color: #02A68E; }
a { background-color: rgb(2,166,142); }
div.DivClassName
{
background-color: #02A68E;
}
.BgClassName
{
background-color: #02A68E;
}
</style>
border-color css
<style>
span { border-color: #02A68E; }
span { border-color: rgb(2,166,142); }
td.TdClassName
{
border-color: #02A68E;
}
.TagClassName
{
border-color: #02A68E;
}
</style>