Shades of Persian Green #02AC9A
Tints of Persian Green #02AC9A
RGB
CMYK
RGB Variations
Color information
#02AC9A (or 0x02AC9A) is known color: Persian Green. HEX triplet: 02, AC and 9A. RGB value is (2,172,154). Sum of RGB (Red+Green+Blue) = 2+172+154=328 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 328); Green value is 172 (67.58% from 255 or 52.44% from 328); Blue value is 154 (60.55% from 255 or 46.95% from 328); Max value from RGB is 172 - color contains mainly: green. Hex color #02AC9A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02AC9A is #FD5365. Grayscale: #777777. Windows color (decimal): -16601958 or 10136578. OLE color: 10136578.
HSL color Cylindrical-coordinate representation of color #02AC9A: hue angle of 173.65º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02AC9A is Cyan = 0.99, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 172 | 154 | - |
| CMYK | 0.99 | 0 | 0.10 | 0.33 |
| HSL | 173.65º | 0.98% | 0.34% | - |
| HSV(B) | 173.65º | 0.99% | 0.67% | - |
| XYZ | 20.61 | 31.85 | 35.63 | - |
| YUV | 119.12 | 147.68 | 44.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 172 | 154 | 0.99 | 0 | 0.10 | 0.33 | 173.65 | 0.98 | 0.34 |
| Hex | 2 | AC | 9A | 63 | 0 | A | 21 | AE | 62 | 22 |
| Octal | 2 | 254 | 232 | 143 | 0 | 12 | 41 | 256 | 142 | 42 |
| Binary | 10 | 10101100 | 10011010 | 1100011 | 0 | 1010 | 100001 | 10101110 | 1100010 | 100010 |
Color Harmonies of #02AC9A
Complementary color
Monochromatic Colors of #02AC9A
Black with #02AC9A
Text Example
Text Example
White with #02AC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02AC9A; }
p { color: rgb(2,172,154); }
H1.HeaderClassName
{
color: #02AC9A;
}
.AnyTagClassName
{
color: #02AC9A;
}
</style>
background-color css
<style>
a { background-color: #02AC9A; }
a { background-color: rgb(2,172,154); }
div.DivClassName
{
background-color: #02AC9A;
}
.BgClassName
{
background-color: #02AC9A;
}
</style>
border-color css
<style>
span { border-color: #02AC9A; }
span { border-color: rgb(2,172,154); }
td.TdClassName
{
border-color: #02AC9A;
}
.TagClassName
{
border-color: #02AC9A;
}
</style>