Shades of Persian Green #02AD8A
Tints of Persian Green #02AD8A
RGB
CMYK
RGB Variations
Color information
#02AD8A (or 0x02AD8A) is known color: Persian Green. HEX triplet: 02, AD and 8A. RGB value is (2,173,138). Sum of RGB (Red+Green+Blue) = 2+173+138=313 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 313); Green value is 173 (67.97% from 255 or 55.27% from 313); Blue value is 138 (54.30% from 255 or 44.09% from 313); Max value from RGB is 173 - color contains mainly: green. Hex color #02AD8A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02AD8A is #FD5275. Grayscale: #757575. Windows color (decimal): -16601718 or 9088258. OLE color: 9088258.
HSL color Cylindrical-coordinate representation of color #02AD8A: hue angle of 167.72º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02AD8A is Cyan = 0.99, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 2 | 173 | 138 | - |
| CMYK | 0.99 | 0 | 0.20 | 0.32 |
| HSL | 167.72º | 0.98% | 0.34% | - |
| HSV(B) | 167.72º | 0.99% | 0.68% | - |
| XYZ | 19.56 | 31.74 | 29.14 | - |
| YUV | 117.88 | 139.35 | 45.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 173 | 138 | 0.99 | 0 | 0.20 | 0.32 | 167.72 | 0.98 | 0.34 |
| Hex | 2 | AD | 8A | 63 | 0 | 14 | 20 | A8 | 62 | 22 |
| Octal | 2 | 255 | 212 | 143 | 0 | 24 | 40 | 250 | 142 | 42 |
| Binary | 10 | 10101101 | 10001010 | 1100011 | 0 | 10100 | 100000 | 10101000 | 1100010 | 100010 |
Color Harmonies of #02AD8A
Complementary color
Monochromatic Colors of #02AD8A
Black with #02AD8A
Text Example
Text Example
White with #02AD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02AD8A; }
p { color: rgb(2,173,138); }
H1.HeaderClassName
{
color: #02AD8A;
}
.AnyTagClassName
{
color: #02AD8A;
}
</style>
background-color css
<style>
a { background-color: #02AD8A; }
a { background-color: rgb(2,173,138); }
div.DivClassName
{
background-color: #02AD8A;
}
.BgClassName
{
background-color: #02AD8A;
}
</style>
border-color css
<style>
span { border-color: #02AD8A; }
span { border-color: rgb(2,173,138); }
td.TdClassName
{
border-color: #02AD8A;
}
.TagClassName
{
border-color: #02AD8A;
}
</style>