Shades of Persian Green #059F90
Tints of Persian Green #059F90
RGB
CMYK
RGB Variations
Color information
#059F90 (or 0x059F90) is known color: Persian Green. HEX triplet: 05, 9F and 90. RGB value is (5,159,144). Sum of RGB (Red+Green+Blue) = 5+159+144=308 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.62% from 308); Green value is 159 (62.5% from 255 or 51.62% from 308); Blue value is 144 (56.64% from 255 or 46.75% from 308); Max value from RGB is 159 - color contains mainly: green. Hex color #059F90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059F90 is #FA606F. Grayscale: #6F6F6F. Windows color (decimal): -16408688 or 9477893. OLE color: 9477893.
HSL color Cylindrical-coordinate representation of color #059F90: hue angle of 174.16º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059F90 is Cyan = 0.97, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 5 | 159 | 144 | - |
| CMYK | 0.97 | 0 | 0.09 | 0.38 |
| HSL | 174.16º | 0.94% | 0.32% | - |
| HSV(B) | 174.16º | 0.97% | 0.62% | - |
| XYZ | 17.49 | 26.84 | 30.64 | - |
| YUV | 111.24 | 146.48 | 52.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 159 | 144 | 0.97 | 0 | 0.09 | 0.38 | 174.16 | 0.94 | 0.32 |
| Hex | 5 | 9F | 90 | 61 | 0 | 9 | 26 | AE | 5E | 20 |
| Octal | 5 | 237 | 220 | 141 | 0 | 11 | 46 | 256 | 136 | 40 |
| Binary | 101 | 10011111 | 10010000 | 1100001 | 0 | 1001 | 100110 | 10101110 | 1011110 | 100000 |
Color Harmonies of #059F90
Complementary color
Monochromatic Colors of #059F90
Black with #059F90
Text Example
Text Example
White with #059F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059F90; }
p { color: rgb(5,159,144); }
H1.HeaderClassName
{
color: #059F90;
}
.AnyTagClassName
{
color: #059F90;
}
</style>
background-color css
<style>
a { background-color: #059F90; }
a { background-color: rgb(5,159,144); }
div.DivClassName
{
background-color: #059F90;
}
.BgClassName
{
background-color: #059F90;
}
</style>
border-color css
<style>
span { border-color: #059F90; }
span { border-color: rgb(5,159,144); }
td.TdClassName
{
border-color: #059F90;
}
.TagClassName
{
border-color: #059F90;
}
</style>