Shades of Persian Green #02A68D
Tints of Persian Green #02A68D
RGB
CMYK
RGB Variations
Color information
#02A68D (or 0x02A68D) is known color: Persian Green. HEX triplet: 02, A6 and 8D. RGB value is (2,166,141). Sum of RGB (Red+Green+Blue) = 2+166+141=309 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 309); Green value is 166 (65.23% from 255 or 53.72% from 309); Blue value is 141 (55.47% from 255 or 45.63% from 309); Max value from RGB is 166 - color contains mainly: green. Hex color #02A68D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02A68D is #FD5972. Grayscale: #727272. Windows color (decimal): -16603507 or 9283074. OLE color: 9283074.
HSL color Cylindrical-coordinate representation of color #02A68D: hue angle of 170.85º 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 #02A68D is Cyan = 0.99, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 2 | 166 | 141 | - |
| CMYK | 0.99 | 0 | 0.15 | 0.35 |
| HSL | 170.85º | 0.98% | 0.33% | - |
| HSV(B) | 170.85º | 0.99% | 0.65% | - |
| XYZ | 18.47 | 29.21 | 29.86 | - |
| YUV | 114.11 | 143.17 | 48.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 166 | 141 | 0.99 | 0 | 0.15 | 0.35 | 170.85 | 0.98 | 0.33 |
| Hex | 2 | A6 | 8D | 63 | 0 | F | 23 | AB | 62 | 21 |
| Octal | 2 | 246 | 215 | 143 | 0 | 17 | 43 | 253 | 142 | 41 |
| Binary | 10 | 10100110 | 10001101 | 1100011 | 0 | 1111 | 100011 | 10101011 | 1100010 | 100001 |
Color Harmonies of #02A68D
Complementary color
Monochromatic Colors of #02A68D
Black with #02A68D
Text Example
Text Example
White with #02A68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A68D; }
p { color: rgb(2,166,141); }
H1.HeaderClassName
{
color: #02A68D;
}
.AnyTagClassName
{
color: #02A68D;
}
</style>
background-color css
<style>
a { background-color: #02A68D; }
a { background-color: rgb(2,166,141); }
div.DivClassName
{
background-color: #02A68D;
}
.BgClassName
{
background-color: #02A68D;
}
</style>
border-color css
<style>
span { border-color: #02A68D; }
span { border-color: rgb(2,166,141); }
td.TdClassName
{
border-color: #02A68D;
}
.TagClassName
{
border-color: #02A68D;
}
</style>