Shades of Persian Green #02A585
Tints of Persian Green #02A585
RGB
CMYK
RGB Variations
Color information
#02A585 (or 0x02A585) is known color: Persian Green. HEX triplet: 02, A5 and 85. RGB value is (2,165,133). Sum of RGB (Red+Green+Blue) = 2+165+133=300 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 300); Green value is 165 (64.84% from 255 or 55% from 300); Blue value is 133 (52.34% from 255 or 44.33% from 300); Max value from RGB is 165 - color contains mainly: green. Hex color #02A585 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02A585 is #FD5A7A. Grayscale: #707070. Windows color (decimal): -16603771 or 8758530. OLE color: 8758530.
HSL color Cylindrical-coordinate representation of color #02A585: hue angle of 168.22º 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 #02A585 is Cyan = 0.99, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 2 | 165 | 133 | - |
| CMYK | 0.99 | 0 | 0.19 | 0.35 |
| HSL | 168.22º | 0.98% | 0.33% | - |
| HSV(B) | 168.22º | 0.99% | 0.65% | - |
| XYZ | 17.71 | 28.62 | 26.78 | - |
| YUV | 112.62 | 139.5 | 49.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 165 | 133 | 0.99 | 0 | 0.19 | 0.35 | 168.22 | 0.98 | 0.33 |
| Hex | 2 | A5 | 85 | 63 | 0 | 13 | 23 | A8 | 62 | 21 |
| Octal | 2 | 245 | 205 | 143 | 0 | 23 | 43 | 250 | 142 | 41 |
| Binary | 10 | 10100101 | 10000101 | 1100011 | 0 | 10011 | 100011 | 10101000 | 1100010 | 100001 |
Color Harmonies of #02A585
Complementary color
Monochromatic Colors of #02A585
Black with #02A585
Text Example
Text Example
White with #02A585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A585; }
p { color: rgb(2,165,133); }
H1.HeaderClassName
{
color: #02A585;
}
.AnyTagClassName
{
color: #02A585;
}
</style>
background-color css
<style>
a { background-color: #02A585; }
a { background-color: rgb(2,165,133); }
div.DivClassName
{
background-color: #02A585;
}
.BgClassName
{
background-color: #02A585;
}
</style>
border-color css
<style>
span { border-color: #02A585; }
span { border-color: rgb(2,165,133); }
td.TdClassName
{
border-color: #02A585;
}
.TagClassName
{
border-color: #02A585;
}
</style>