Shades of Persian Green #05A084
Tints of Persian Green #05A084
RGB
CMYK
RGB Variations
Color information
#05A084 (or 0x05A084) is known color: Persian Green. HEX triplet: 05, A0 and 84. RGB value is (5,160,132). Sum of RGB (Red+Green+Blue) = 5+160+132=297 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.68% from 297); Green value is 160 (62.89% from 255 or 53.87% from 297); Blue value is 132 (51.95% from 255 or 44.44% from 297); Max value from RGB is 160 - color contains mainly: green. Hex color #05A084 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05A084 is #FA5F7B. Grayscale: #6E6E6E. Windows color (decimal): -16408444 or 8691717. OLE color: 8691717.
HSL color Cylindrical-coordinate representation of color #05A084: hue angle of 169.16º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05A084 is Cyan = 0.97, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 5 | 160 | 132 | - |
| CMYK | 0.97 | 0 | 0.17 | 0.37 |
| HSL | 169.16º | 0.94% | 0.32% | - |
| HSV(B) | 169.16º | 0.97% | 0.63% | - |
| XYZ | 16.8 | 26.84 | 26.13 | - |
| YUV | 110.46 | 140.15 | 52.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 160 | 132 | 0.97 | 0 | 0.17 | 0.37 | 169.16 | 0.94 | 0.32 |
| Hex | 5 | A0 | 84 | 61 | 0 | 11 | 25 | A9 | 5E | 20 |
| Octal | 5 | 240 | 204 | 141 | 0 | 21 | 45 | 251 | 136 | 40 |
| Binary | 101 | 10100000 | 10000100 | 1100001 | 0 | 10001 | 100101 | 10101001 | 1011110 | 100000 |
Color Harmonies of #05A084
Complementary color
Monochromatic Colors of #05A084
Black with #05A084
Text Example
Text Example
White with #05A084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A084; }
p { color: rgb(5,160,132); }
H1.HeaderClassName
{
color: #05A084;
}
.AnyTagClassName
{
color: #05A084;
}
</style>
background-color css
<style>
a { background-color: #05A084; }
a { background-color: rgb(5,160,132); }
div.DivClassName
{
background-color: #05A084;
}
.BgClassName
{
background-color: #05A084;
}
</style>
border-color css
<style>
span { border-color: #05A084; }
span { border-color: rgb(5,160,132); }
td.TdClassName
{
border-color: #05A084;
}
.TagClassName
{
border-color: #05A084;
}
</style>