Shades of Persian Green #02A1A2
Tints of Persian Green #02A1A2
RGB
CMYK
RGB Variations
Color information
#02A1A2 (or 0x02A1A2) is known color: Persian Green. HEX triplet: 02, A1 and A2. RGB value is (2,161,162). Sum of RGB (Red+Green+Blue) = 2+161+162=325 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 325); Green value is 161 (63.28% from 255 or 49.54% from 325); Blue value is 162 (63.67% from 255 or 49.85% from 325); Max value from RGB is 162 - color contains mainly: blue. Hex color #02A1A2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02A1A2 is #FD5E5D. Grayscale: #717171. Windows color (decimal): -16604766 or 10658050. OLE color: 10658050.
HSL color Cylindrical-coordinate representation of color #02A1A2: hue angle of 180.38º 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 #02A1A2 is Cyan = 0.99, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 2 | 161 | 162 | - |
| CMYK | 0.99 | 0.01 | 0 | 0.36 |
| HSL | 180.38º | 0.98% | 0.32% | - |
| HSV(B) | 180.38º | 0.99% | 0.64% | - |
| XYZ | 19.29 | 28.11 | 38.59 | - |
| YUV | 113.57 | 155.32 | 48.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 161 | 162 | 0.99 | 0.01 | 0 | 0.36 | 180.38 | 0.98 | 0.32 |
| Hex | 2 | A1 | A2 | 63 | 1 | 0 | 24 | B4 | 62 | 20 |
| Octal | 2 | 241 | 242 | 143 | 1 | 0 | 44 | 264 | 142 | 40 |
| Binary | 10 | 10100001 | 10100010 | 1100011 | 1 | 0 | 100100 | 10110100 | 1100010 | 100000 |
Color Harmonies of #02A1A2
Complementary color
Monochromatic Colors of #02A1A2
Black with #02A1A2
Text Example
Text Example
White with #02A1A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A1A2; }
p { color: rgb(2,161,162); }
H1.HeaderClassName
{
color: #02A1A2;
}
.AnyTagClassName
{
color: #02A1A2;
}
</style>
background-color css
<style>
a { background-color: #02A1A2; }
a { background-color: rgb(2,161,162); }
div.DivClassName
{
background-color: #02A1A2;
}
.BgClassName
{
background-color: #02A1A2;
}
</style>
border-color css
<style>
span { border-color: #02A1A2; }
span { border-color: rgb(2,161,162); }
td.TdClassName
{
border-color: #02A1A2;
}
.TagClassName
{
border-color: #02A1A2;
}
</style>