Shades of Persian Green #02A092
Tints of Persian Green #02A092
RGB
CMYK
RGB Variations
Color information
#02A092 (or 0x02A092) is known color: Persian Green. HEX triplet: 02, A0 and 92. RGB value is (2,160,146). Sum of RGB (Red+Green+Blue) = 2+160+146=308 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 308); Green value is 160 (62.89% from 255 or 51.95% from 308); Blue value is 146 (57.42% from 255 or 47.40% from 308); Max value from RGB is 160 - color contains mainly: green. Hex color #02A092 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02A092 is #FD5F6D. Grayscale: #6F6F6F. Windows color (decimal): -16605038 or 9609218. OLE color: 9609218.
HSL color Cylindrical-coordinate representation of color #02A092: hue angle of 174.68º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A092 is Cyan = 0.99, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 2 | 160 | 146 | - |
| CMYK | 0.99 | 0 | 0.09 | 0.37 |
| HSL | 174.68º | 0.98% | 0.32% | - |
| HSV(B) | 174.68º | 0.99% | 0.63% | - |
| XYZ | 17.78 | 27.23 | 31.51 | - |
| YUV | 111.16 | 147.65 | 50.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 160 | 146 | 0.99 | 0 | 0.09 | 0.37 | 174.68 | 0.98 | 0.32 |
| Hex | 2 | A0 | 92 | 63 | 0 | 9 | 25 | AF | 62 | 20 |
| Octal | 2 | 240 | 222 | 143 | 0 | 11 | 45 | 257 | 142 | 40 |
| Binary | 10 | 10100000 | 10010010 | 1100011 | 0 | 1001 | 100101 | 10101111 | 1100010 | 100000 |
Color Harmonies of #02A092
Complementary color
Monochromatic Colors of #02A092
Black with #02A092
Text Example
Text Example
White with #02A092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A092; }
p { color: rgb(2,160,146); }
H1.HeaderClassName
{
color: #02A092;
}
.AnyTagClassName
{
color: #02A092;
}
</style>
background-color css
<style>
a { background-color: #02A092; }
a { background-color: rgb(2,160,146); }
div.DivClassName
{
background-color: #02A092;
}
.BgClassName
{
background-color: #02A092;
}
</style>
border-color css
<style>
span { border-color: #02A092; }
span { border-color: rgb(2,160,146); }
td.TdClassName
{
border-color: #02A092;
}
.TagClassName
{
border-color: #02A092;
}
</style>