Shades of Persian Green #059A92
Tints of Persian Green #059A92
RGB
CMYK
RGB Variations
Color information
#059A92 (or 0x059A92) is known color: Persian Green. HEX triplet: 05, 9A and 92. RGB value is (5,154,146). Sum of RGB (Red+Green+Blue) = 5+154+146=305 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.64% from 305); Green value is 154 (60.55% from 255 or 50.49% from 305); Blue value is 146 (57.42% from 255 or 47.87% from 305); Max value from RGB is 154 - color contains mainly: green. Hex color #059A92 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059A92 is #FA656D. Grayscale: #6C6C6C. Windows color (decimal): -16409966 or 9607685. OLE color: 9607685.
HSL color Cylindrical-coordinate representation of color #059A92: hue angle of 176.78º 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 #059A92 is Cyan = 0.97, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 5 | 154 | 146 | - |
| CMYK | 0.97 | 0 | 0.05 | 0.40 |
| HSL | 176.78º | 0.94% | 0.31% | - |
| HSV(B) | 176.78º | 0.97% | 0.6% | - |
| XYZ | 16.81 | 25.22 | 31.18 | - |
| YUV | 108.54 | 149.14 | 54.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 154 | 146 | 0.97 | 0 | 0.05 | 0.40 | 176.78 | 0.94 | 0.31 |
| Hex | 5 | 9A | 92 | 61 | 0 | 5 | 28 | B1 | 5E | 1F |
| Octal | 5 | 232 | 222 | 141 | 0 | 5 | 50 | 261 | 136 | 37 |
| Binary | 101 | 10011010 | 10010010 | 1100001 | 0 | 101 | 101000 | 10110001 | 1011110 | 11111 |
Color Harmonies of #059A92
Complementary color
Monochromatic Colors of #059A92
Black with #059A92
Text Example
Text Example
White with #059A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059A92; }
p { color: rgb(5,154,146); }
H1.HeaderClassName
{
color: #059A92;
}
.AnyTagClassName
{
color: #059A92;
}
</style>
background-color css
<style>
a { background-color: #059A92; }
a { background-color: rgb(5,154,146); }
div.DivClassName
{
background-color: #059A92;
}
.BgClassName
{
background-color: #059A92;
}
</style>
border-color css
<style>
span { border-color: #059A92; }
span { border-color: rgb(5,154,146); }
td.TdClassName
{
border-color: #059A92;
}
.TagClassName
{
border-color: #059A92;
}
</style>