Shades of Persian Green #05A9A4
Tints of Persian Green #05A9A4
RGB
CMYK
RGB Variations
Color information
#05A9A4 (or 0x05A9A4) is known color: Persian Green. HEX triplet: 05, A9 and A4. RGB value is (5,169,164). Sum of RGB (Red+Green+Blue) = 5+169+164=338 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.48% from 338); Green value is 169 (66.41% from 255 or 50% from 338); Blue value is 164 (64.45% from 255 or 48.52% from 338); Max value from RGB is 169 - color contains mainly: green. Hex color #05A9A4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05A9A4 is #FA565B. Grayscale: #777777. Windows color (decimal): -16406108 or 10791173. OLE color: 10791173.
HSL color Cylindrical-coordinate representation of color #05A9A4: hue angle of 178.17º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05A9A4 is Cyan = 0.97, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 5 | 169 | 164 | - |
| CMYK | 0.97 | 0 | 0.03 | 0.34 |
| HSL | 178.17º | 0.94% | 0.34% | - |
| HSV(B) | 178.17º | 0.97% | 0.66% | - |
| XYZ | 20.95 | 31.09 | 40.02 | - |
| YUV | 119.39 | 153.17 | 46.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 169 | 164 | 0.97 | 0 | 0.03 | 0.34 | 178.17 | 0.94 | 0.34 |
| Hex | 5 | A9 | A4 | 61 | 0 | 3 | 22 | B2 | 5E | 22 |
| Octal | 5 | 251 | 244 | 141 | 0 | 3 | 42 | 262 | 136 | 42 |
| Binary | 101 | 10101001 | 10100100 | 1100001 | 0 | 11 | 100010 | 10110010 | 1011110 | 100010 |
Color Harmonies of #05A9A4
Complementary color
Monochromatic Colors of #05A9A4
Black with #05A9A4
Text Example
Text Example
White with #05A9A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A9A4; }
p { color: rgb(5,169,164); }
H1.HeaderClassName
{
color: #05A9A4;
}
.AnyTagClassName
{
color: #05A9A4;
}
</style>
background-color css
<style>
a { background-color: #05A9A4; }
a { background-color: rgb(5,169,164); }
div.DivClassName
{
background-color: #05A9A4;
}
.BgClassName
{
background-color: #05A9A4;
}
</style>
border-color css
<style>
span { border-color: #05A9A4; }
span { border-color: rgb(5,169,164); }
td.TdClassName
{
border-color: #05A9A4;
}
.TagClassName
{
border-color: #05A9A4;
}
</style>