Shades of Persian Green #02AB96
Tints of Persian Green #02AB96
RGB
CMYK
RGB Variations
Color information
#02AB96 (or 0x02AB96) is known color: Persian Green. HEX triplet: 02, AB and 96. RGB value is (2,171,150). Sum of RGB (Red+Green+Blue) = 2+171+150=323 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 323); Green value is 171 (67.19% from 255 or 52.94% from 323); Blue value is 150 (58.98% from 255 or 46.44% from 323); Max value from RGB is 171 - color contains mainly: green. Hex color #02AB96 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02AB96 is #FD5469. Grayscale: #757575. Windows color (decimal): -16602218 or 9874178. OLE color: 9874178.
HSL color Cylindrical-coordinate representation of color #02AB96: hue angle of 172.54º 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 #02AB96 is Cyan = 0.99, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 171 | 150 | - |
| CMYK | 0.99 | 0 | 0.12 | 0.33 |
| HSL | 172.54º | 0.98% | 0.34% | - |
| HSV(B) | 172.54º | 0.99% | 0.67% | - |
| XYZ | 20.09 | 31.34 | 33.84 | - |
| YUV | 118.08 | 146.01 | 45.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 171 | 150 | 0.99 | 0 | 0.12 | 0.33 | 172.54 | 0.98 | 0.34 |
| Hex | 2 | AB | 96 | 63 | 0 | C | 21 | AD | 62 | 22 |
| Octal | 2 | 253 | 226 | 143 | 0 | 14 | 41 | 255 | 142 | 42 |
| Binary | 10 | 10101011 | 10010110 | 1100011 | 0 | 1100 | 100001 | 10101101 | 1100010 | 100010 |
Color Harmonies of #02AB96
Complementary color
Monochromatic Colors of #02AB96
Black with #02AB96
Text Example
Text Example
White with #02AB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02AB96; }
p { color: rgb(2,171,150); }
H1.HeaderClassName
{
color: #02AB96;
}
.AnyTagClassName
{
color: #02AB96;
}
</style>
background-color css
<style>
a { background-color: #02AB96; }
a { background-color: rgb(2,171,150); }
div.DivClassName
{
background-color: #02AB96;
}
.BgClassName
{
background-color: #02AB96;
}
</style>
border-color css
<style>
span { border-color: #02AB96; }
span { border-color: rgb(2,171,150); }
td.TdClassName
{
border-color: #02AB96;
}
.TagClassName
{
border-color: #02AB96;
}
</style>