Shades of Persian Green #02A38E
Tints of Persian Green #02A38E
RGB
CMYK
RGB Variations
Color information
#02A38E (or 0x02A38E) is known color: Persian Green. HEX triplet: 02, A3 and 8E. RGB value is (2,163,142). Sum of RGB (Red+Green+Blue) = 2+163+142=307 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 307); Green value is 163 (64.06% from 255 or 53.09% from 307); Blue value is 142 (55.86% from 255 or 46.25% from 307); Max value from RGB is 163 - color contains mainly: green. Hex color #02A38E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02A38E is #FD5C71. Grayscale: #707070. Windows color (decimal): -16604274 or 9347842. OLE color: 9347842.
HSL color Cylindrical-coordinate representation of color #02A38E: hue angle of 172.17º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A38E is Cyan = 0.99, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 2 | 163 | 142 | - |
| CMYK | 0.99 | 0 | 0.13 | 0.36 |
| HSL | 172.17º | 0.98% | 0.32% | - |
| HSV(B) | 172.17º | 0.99% | 0.64% | - |
| XYZ | 18 | 28.16 | 30.08 | - |
| YUV | 112.47 | 144.66 | 49.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 163 | 142 | 0.99 | 0 | 0.13 | 0.36 | 172.17 | 0.98 | 0.32 |
| Hex | 2 | A3 | 8E | 63 | 0 | D | 24 | AC | 62 | 20 |
| Octal | 2 | 243 | 216 | 143 | 0 | 15 | 44 | 254 | 142 | 40 |
| Binary | 10 | 10100011 | 10001110 | 1100011 | 0 | 1101 | 100100 | 10101100 | 1100010 | 100000 |
Color Harmonies of #02A38E
Complementary color
Monochromatic Colors of #02A38E
Black with #02A38E
Text Example
Text Example
White with #02A38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A38E; }
p { color: rgb(2,163,142); }
H1.HeaderClassName
{
color: #02A38E;
}
.AnyTagClassName
{
color: #02A38E;
}
</style>
background-color css
<style>
a { background-color: #02A38E; }
a { background-color: rgb(2,163,142); }
div.DivClassName
{
background-color: #02A38E;
}
.BgClassName
{
background-color: #02A38E;
}
</style>
border-color css
<style>
span { border-color: #02A38E; }
span { border-color: rgb(2,163,142); }
td.TdClassName
{
border-color: #02A38E;
}
.TagClassName
{
border-color: #02A38E;
}
</style>