Shades of Persian Green #02A09C
Tints of Persian Green #02A09C
RGB
CMYK
RGB Variations
Color information
#02A09C (or 0x02A09C) is known color: Persian Green. HEX triplet: 02, A0 and 9C. RGB value is (2,160,156). Sum of RGB (Red+Green+Blue) = 2+160+156=318 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 318); Green value is 160 (62.89% from 255 or 50.31% from 318); Blue value is 156 (61.33% from 255 or 49.06% from 318); Max value from RGB is 160 - color contains mainly: green. Hex color #02A09C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02A09C is #FD5F63. Grayscale: #707070. Windows color (decimal): -16605028 or 10264578. OLE color: 10264578.
HSL color Cylindrical-coordinate representation of color #02A09C: hue angle of 178.48º 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 #02A09C is Cyan = 0.99, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 2 | 160 | 156 | - |
| CMYK | 0.99 | 0 | 0.02 | 0.37 |
| HSL | 178.48º | 0.98% | 0.32% | - |
| HSV(B) | 178.48º | 0.99% | 0.63% | - |
| XYZ | 18.6 | 27.55 | 35.79 | - |
| YUV | 112.3 | 152.65 | 49.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 160 | 156 | 0.99 | 0 | 0.02 | 0.37 | 178.48 | 0.98 | 0.32 |
| Hex | 2 | A0 | 9C | 63 | 0 | 2 | 25 | B2 | 62 | 20 |
| Octal | 2 | 240 | 234 | 143 | 0 | 2 | 45 | 262 | 142 | 40 |
| Binary | 10 | 10100000 | 10011100 | 1100011 | 0 | 10 | 100101 | 10110010 | 1100010 | 100000 |
Color Harmonies of #02A09C
Complementary color
Monochromatic Colors of #02A09C
Black with #02A09C
Text Example
Text Example
White with #02A09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A09C; }
p { color: rgb(2,160,156); }
H1.HeaderClassName
{
color: #02A09C;
}
.AnyTagClassName
{
color: #02A09C;
}
</style>
background-color css
<style>
a { background-color: #02A09C; }
a { background-color: rgb(2,160,156); }
div.DivClassName
{
background-color: #02A09C;
}
.BgClassName
{
background-color: #02A09C;
}
</style>
border-color css
<style>
span { border-color: #02A09C; }
span { border-color: rgb(2,160,156); }
td.TdClassName
{
border-color: #02A09C;
}
.TagClassName
{
border-color: #02A09C;
}
</style>