Shades of Persian Green #02A199
Tints of Persian Green #02A199
RGB
CMYK
RGB Variations
Color information
#02A199 (or 0x02A199) is known color: Persian Green. HEX triplet: 02, A1 and 99. RGB value is (2,161,153). Sum of RGB (Red+Green+Blue) = 2+161+153=316 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 316); Green value is 161 (63.28% from 255 or 50.95% from 316); Blue value is 153 (60.16% from 255 or 48.42% from 316); Max value from RGB is 161 - color contains mainly: green. Hex color #02A199 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02A199 is #FD5E66. Grayscale: #707070. Windows color (decimal): -16604775 or 10068226. OLE color: 10068226.
HSL color Cylindrical-coordinate representation of color #02A199: hue angle of 176.98º 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 #02A199 is Cyan = 0.99, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 2 | 161 | 153 | - |
| CMYK | 0.99 | 0 | 0.05 | 0.37 |
| HSL | 176.98º | 0.98% | 0.32% | - |
| HSV(B) | 176.98º | 0.99% | 0.63% | - |
| XYZ | 18.52 | 27.8 | 34.53 | - |
| YUV | 112.55 | 150.82 | 49.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 161 | 153 | 0.99 | 0 | 0.05 | 0.37 | 176.98 | 0.98 | 0.32 |
| Hex | 2 | A1 | 99 | 63 | 0 | 5 | 25 | B1 | 62 | 20 |
| Octal | 2 | 241 | 231 | 143 | 0 | 5 | 45 | 261 | 142 | 40 |
| Binary | 10 | 10100001 | 10011001 | 1100011 | 0 | 101 | 100101 | 10110001 | 1100010 | 100000 |
Color Harmonies of #02A199
Complementary color
Monochromatic Colors of #02A199
Black with #02A199
Text Example
Text Example
White with #02A199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A199; }
p { color: rgb(2,161,153); }
H1.HeaderClassName
{
color: #02A199;
}
.AnyTagClassName
{
color: #02A199;
}
</style>
background-color css
<style>
a { background-color: #02A199; }
a { background-color: rgb(2,161,153); }
div.DivClassName
{
background-color: #02A199;
}
.BgClassName
{
background-color: #02A199;
}
</style>
border-color css
<style>
span { border-color: #02A199; }
span { border-color: rgb(2,161,153); }
td.TdClassName
{
border-color: #02A199;
}
.TagClassName
{
border-color: #02A199;
}
</style>