Shades of Persian Green #05AD91
Tints of Persian Green #05AD91
RGB
CMYK
RGB Variations
Color information
#05AD91 (or 0x05AD91) is known color: Persian Green. HEX triplet: 05, AD and 91. RGB value is (5,173,145). Sum of RGB (Red+Green+Blue) = 5+173+145=323 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.55% from 323); Green value is 173 (67.97% from 255 or 53.56% from 323); Blue value is 145 (57.03% from 255 or 44.89% from 323); Max value from RGB is 173 - color contains mainly: green. Hex color #05AD91 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05AD91 is #FA526E. Grayscale: #777777. Windows color (decimal): -16405103 or 9547013. OLE color: 9547013.
HSL color Cylindrical-coordinate representation of color #05AD91: hue angle of 170º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05AD91 is Cyan = 0.97, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 5 | 173 | 145 | - |
| CMYK | 0.97 | 0 | 0.16 | 0.32 |
| HSL | 170º | 0.94% | 0.35% | - |
| HSV(B) | 170º | 0.97% | 0.68% | - |
| XYZ | 20.12 | 31.96 | 31.9 | - |
| YUV | 119.58 | 142.34 | 46.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 173 | 145 | 0.97 | 0 | 0.16 | 0.32 | 170 | 0.94 | 0.35 |
| Hex | 5 | AD | 91 | 61 | 0 | 10 | 20 | AA | 5E | 23 |
| Octal | 5 | 255 | 221 | 141 | 0 | 20 | 40 | 252 | 136 | 43 |
| Binary | 101 | 10101101 | 10010001 | 1100001 | 0 | 10000 | 100000 | 10101010 | 1011110 | 100011 |
Color Harmonies of #05AD91
Complementary color
Monochromatic Colors of #05AD91
Black with #05AD91
Text Example
Text Example
White with #05AD91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05AD91; }
p { color: rgb(5,173,145); }
H1.HeaderClassName
{
color: #05AD91;
}
.AnyTagClassName
{
color: #05AD91;
}
</style>
background-color css
<style>
a { background-color: #05AD91; }
a { background-color: rgb(5,173,145); }
div.DivClassName
{
background-color: #05AD91;
}
.BgClassName
{
background-color: #05AD91;
}
</style>
border-color css
<style>
span { border-color: #05AD91; }
span { border-color: rgb(5,173,145); }
td.TdClassName
{
border-color: #05AD91;
}
.TagClassName
{
border-color: #05AD91;
}
</style>