Shades of Persian Green #02A68A
Tints of Persian Green #02A68A
RGB
CMYK
RGB Variations
Color information
#02A68A (or 0x02A68A) is known color: Persian Green. HEX triplet: 02, A6 and 8A. RGB value is (2,166,138). Sum of RGB (Red+Green+Blue) = 2+166+138=306 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 306); Green value is 166 (65.23% from 255 or 54.25% from 306); Blue value is 138 (54.30% from 255 or 45.10% from 306); Max value from RGB is 166 - color contains mainly: green. Hex color #02A68A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02A68A is #FD5975. Grayscale: #717171. Windows color (decimal): -16603510 or 9086466. OLE color: 9086466.
HSL color Cylindrical-coordinate representation of color #02A68A: hue angle of 169.76º 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 #02A68A is Cyan = 0.99, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 2 | 166 | 138 | - |
| CMYK | 0.99 | 0 | 0.17 | 0.35 |
| HSL | 169.76º | 0.98% | 0.33% | - |
| HSV(B) | 169.76º | 0.99% | 0.65% | - |
| XYZ | 18.25 | 29.12 | 28.7 | - |
| YUV | 113.77 | 141.67 | 48.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 166 | 138 | 0.99 | 0 | 0.17 | 0.35 | 169.76 | 0.98 | 0.33 |
| Hex | 2 | A6 | 8A | 63 | 0 | 11 | 23 | AA | 62 | 21 |
| Octal | 2 | 246 | 212 | 143 | 0 | 21 | 43 | 252 | 142 | 41 |
| Binary | 10 | 10100110 | 10001010 | 1100011 | 0 | 10001 | 100011 | 10101010 | 1100010 | 100001 |
Color Harmonies of #02A68A
Complementary color
Monochromatic Colors of #02A68A
Black with #02A68A
Text Example
Text Example
White with #02A68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A68A; }
p { color: rgb(2,166,138); }
H1.HeaderClassName
{
color: #02A68A;
}
.AnyTagClassName
{
color: #02A68A;
}
</style>
background-color css
<style>
a { background-color: #02A68A; }
a { background-color: rgb(2,166,138); }
div.DivClassName
{
background-color: #02A68A;
}
.BgClassName
{
background-color: #02A68A;
}
</style>
border-color css
<style>
span { border-color: #02A68A; }
span { border-color: rgb(2,166,138); }
td.TdClassName
{
border-color: #02A68A;
}
.TagClassName
{
border-color: #02A68A;
}
</style>