Shades of Persian Green #02AB9C
Tints of Persian Green #02AB9C
RGB
CMYK
RGB Variations
Color information
#02AB9C (or 0x02AB9C) is known color: Persian Green. HEX triplet: 02, AB and 9C. RGB value is (2,171,156). Sum of RGB (Red+Green+Blue) = 2+171+156=329 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 329); Green value is 171 (67.19% from 255 or 51.98% from 329); Blue value is 156 (61.33% from 255 or 47.42% from 329); Max value from RGB is 171 - color contains mainly: green. Hex color #02AB9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02AB9C is #FD5463. Grayscale: #767676. Windows color (decimal): -16602212 or 10267394. OLE color: 10267394.
HSL color Cylindrical-coordinate representation of color #02AB9C: hue angle of 174.67º 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 #02AB9C is Cyan = 0.99, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 171 | 156 | - |
| CMYK | 0.99 | 0 | 0.09 | 0.33 |
| HSL | 174.67º | 0.98% | 0.34% | - |
| HSV(B) | 174.67º | 0.99% | 0.67% | - |
| XYZ | 20.59 | 31.54 | 36.46 | - |
| YUV | 118.76 | 149.01 | 44.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 171 | 156 | 0.99 | 0 | 0.09 | 0.33 | 174.67 | 0.98 | 0.34 |
| Hex | 2 | AB | 9C | 63 | 0 | 9 | 21 | AF | 62 | 22 |
| Octal | 2 | 253 | 234 | 143 | 0 | 11 | 41 | 257 | 142 | 42 |
| Binary | 10 | 10101011 | 10011100 | 1100011 | 0 | 1001 | 100001 | 10101111 | 1100010 | 100010 |
Color Harmonies of #02AB9C
Complementary color
Monochromatic Colors of #02AB9C
Black with #02AB9C
Text Example
Text Example
White with #02AB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02AB9C; }
p { color: rgb(2,171,156); }
H1.HeaderClassName
{
color: #02AB9C;
}
.AnyTagClassName
{
color: #02AB9C;
}
</style>
background-color css
<style>
a { background-color: #02AB9C; }
a { background-color: rgb(2,171,156); }
div.DivClassName
{
background-color: #02AB9C;
}
.BgClassName
{
background-color: #02AB9C;
}
</style>
border-color css
<style>
span { border-color: #02AB9C; }
span { border-color: rgb(2,171,156); }
td.TdClassName
{
border-color: #02AB9C;
}
.TagClassName
{
border-color: #02AB9C;
}
</style>