Shades of Persian Green #02A685
Tints of Persian Green #02A685
RGB
CMYK
RGB Variations
Color information
#02A685 (or 0x02A685) is known color: Persian Green. HEX triplet: 02, A6 and 85. RGB value is (2,166,133). Sum of RGB (Red+Green+Blue) = 2+166+133=301 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 301); Green value is 166 (65.23% from 255 or 55.15% from 301); Blue value is 133 (52.34% from 255 or 44.19% from 301); Max value from RGB is 166 - color contains mainly: green. Hex color #02A685 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02A685 is #FD597A. Grayscale: #717171. Windows color (decimal): -16603515 or 8758786. OLE color: 8758786.
HSL color Cylindrical-coordinate representation of color #02A685: hue angle of 167.93º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A685 is Cyan = 0.99, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 2 | 166 | 133 | - |
| CMYK | 0.99 | 0 | 0.20 | 0.35 |
| HSL | 167.93º | 0.98% | 0.33% | - |
| HSV(B) | 167.93º | 0.99% | 0.65% | - |
| XYZ | 17.89 | 28.98 | 26.84 | - |
| YUV | 113.2 | 139.17 | 48.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 166 | 133 | 0.99 | 0 | 0.20 | 0.35 | 167.93 | 0.98 | 0.33 |
| Hex | 2 | A6 | 85 | 63 | 0 | 14 | 23 | A8 | 62 | 21 |
| Octal | 2 | 246 | 205 | 143 | 0 | 24 | 43 | 250 | 142 | 41 |
| Binary | 10 | 10100110 | 10000101 | 1100011 | 0 | 10100 | 100011 | 10101000 | 1100010 | 100001 |
Color Harmonies of #02A685
Complementary color
Monochromatic Colors of #02A685
Black with #02A685
Text Example
Text Example
White with #02A685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A685; }
p { color: rgb(2,166,133); }
H1.HeaderClassName
{
color: #02A685;
}
.AnyTagClassName
{
color: #02A685;
}
</style>
background-color css
<style>
a { background-color: #02A685; }
a { background-color: rgb(2,166,133); }
div.DivClassName
{
background-color: #02A685;
}
.BgClassName
{
background-color: #02A685;
}
</style>
border-color css
<style>
span { border-color: #02A685; }
span { border-color: rgb(2,166,133); }
td.TdClassName
{
border-color: #02A685;
}
.TagClassName
{
border-color: #02A685;
}
</style>