Shades of Persian Green #02A18D
Tints of Persian Green #02A18D
RGB
CMYK
RGB Variations
Color information
#02A18D (or 0x02A18D) is known color: Persian Green. HEX triplet: 02, A1 and 8D. RGB value is (2,161,141). Sum of RGB (Red+Green+Blue) = 2+161+141=304 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 304); Green value is 161 (63.28% from 255 or 52.96% from 304); Blue value is 141 (55.47% from 255 or 46.38% from 304); Max value from RGB is 161 - color contains mainly: green. Hex color #02A18D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02A18D is #FD5E72. Grayscale: #6F6F6F. Windows color (decimal): -16604787 or 9281794. OLE color: 9281794.
HSL color Cylindrical-coordinate representation of color #02A18D: hue angle of 172.45º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A18D is Cyan = 0.99, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 2 | 161 | 141 | - |
| CMYK | 0.99 | 0 | 0.12 | 0.37 |
| HSL | 172.45º | 0.98% | 0.32% | - |
| HSV(B) | 172.45º | 0.99% | 0.63% | - |
| XYZ | 17.58 | 27.43 | 29.57 | - |
| YUV | 111.18 | 144.82 | 50.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 161 | 141 | 0.99 | 0 | 0.12 | 0.37 | 172.45 | 0.98 | 0.32 |
| Hex | 2 | A1 | 8D | 63 | 0 | C | 25 | AC | 62 | 20 |
| Octal | 2 | 241 | 215 | 143 | 0 | 14 | 45 | 254 | 142 | 40 |
| Binary | 10 | 10100001 | 10001101 | 1100011 | 0 | 1100 | 100101 | 10101100 | 1100010 | 100000 |
Color Harmonies of #02A18D
Complementary color
Monochromatic Colors of #02A18D
Black with #02A18D
Text Example
Text Example
White with #02A18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A18D; }
p { color: rgb(2,161,141); }
H1.HeaderClassName
{
color: #02A18D;
}
.AnyTagClassName
{
color: #02A18D;
}
</style>
background-color css
<style>
a { background-color: #02A18D; }
a { background-color: rgb(2,161,141); }
div.DivClassName
{
background-color: #02A18D;
}
.BgClassName
{
background-color: #02A18D;
}
</style>
border-color css
<style>
span { border-color: #02A18D; }
span { border-color: rgb(2,161,141); }
td.TdClassName
{
border-color: #02A18D;
}
.TagClassName
{
border-color: #02A18D;
}
</style>