Shades of Persian Green #059A85
Tints of Persian Green #059A85
RGB
CMYK
RGB Variations
Color information
#059A85 (or 0x059A85) is known color: Persian Green. HEX triplet: 05, 9A and 85. RGB value is (5,154,133). Sum of RGB (Red+Green+Blue) = 5+154+133=292 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.71% from 292); Green value is 154 (60.55% from 255 or 52.74% from 292); Blue value is 133 (52.34% from 255 or 45.55% from 292); Max value from RGB is 154 - color contains mainly: green. Hex color #059A85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059A85 is #FA657A. Grayscale: #6A6A6A. Windows color (decimal): -16409979 or 8755717. OLE color: 8755717.
HSL color Cylindrical-coordinate representation of color #059A85: hue angle of 171.54º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059A85 is Cyan = 0.97, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 5 | 154 | 133 | - |
| CMYK | 0.97 | 0 | 0.14 | 0.40 |
| HSL | 171.54º | 0.94% | 0.31% | - |
| HSV(B) | 171.54º | 0.97% | 0.6% | - |
| XYZ | 15.85 | 24.84 | 26.15 | - |
| YUV | 107.06 | 142.64 | 55.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 154 | 133 | 0.97 | 0 | 0.14 | 0.40 | 171.54 | 0.94 | 0.31 |
| Hex | 5 | 9A | 85 | 61 | 0 | E | 28 | AC | 5E | 1F |
| Octal | 5 | 232 | 205 | 141 | 0 | 16 | 50 | 254 | 136 | 37 |
| Binary | 101 | 10011010 | 10000101 | 1100001 | 0 | 1110 | 101000 | 10101100 | 1011110 | 11111 |
Color Harmonies of #059A85
Complementary color
Monochromatic Colors of #059A85
Black with #059A85
Text Example
Text Example
White with #059A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059A85; }
p { color: rgb(5,154,133); }
H1.HeaderClassName
{
color: #059A85;
}
.AnyTagClassName
{
color: #059A85;
}
</style>
background-color css
<style>
a { background-color: #059A85; }
a { background-color: rgb(5,154,133); }
div.DivClassName
{
background-color: #059A85;
}
.BgClassName
{
background-color: #059A85;
}
</style>
border-color css
<style>
span { border-color: #059A85; }
span { border-color: rgb(5,154,133); }
td.TdClassName
{
border-color: #059A85;
}
.TagClassName
{
border-color: #059A85;
}
</style>