Shades of Persian Green #05AD8D
Tints of Persian Green #05AD8D
RGB
CMYK
RGB Variations
Color information
#05AD8D (or 0x05AD8D) is known color: Persian Green. HEX triplet: 05, AD and 8D. RGB value is (5,173,141). Sum of RGB (Red+Green+Blue) = 5+173+141=319 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.57% from 319); Green value is 173 (67.97% from 255 or 54.23% from 319); Blue value is 141 (55.47% from 255 or 44.20% from 319); Max value from RGB is 173 - color contains mainly: green. Hex color #05AD8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05AD8D is #FA5272. Grayscale: #777777. Windows color (decimal): -16405107 or 9284869. OLE color: 9284869.
HSL color Cylindrical-coordinate representation of color #05AD8D: hue angle of 168.57º 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 #05AD8D is Cyan = 0.97, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 5 | 173 | 141 | - |
| CMYK | 0.97 | 0 | 0.18 | 0.32 |
| HSL | 168.57º | 0.94% | 0.35% | - |
| HSV(B) | 168.57º | 0.97% | 0.68% | - |
| XYZ | 19.81 | 31.84 | 30.3 | - |
| YUV | 119.12 | 140.34 | 46.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 173 | 141 | 0.97 | 0 | 0.18 | 0.32 | 168.57 | 0.94 | 0.35 |
| Hex | 5 | AD | 8D | 61 | 0 | 12 | 20 | A9 | 5E | 23 |
| Octal | 5 | 255 | 215 | 141 | 0 | 22 | 40 | 251 | 136 | 43 |
| Binary | 101 | 10101101 | 10001101 | 1100001 | 0 | 10010 | 100000 | 10101001 | 1011110 | 100011 |
Color Harmonies of #05AD8D
Complementary color
Monochromatic Colors of #05AD8D
Black with #05AD8D
Text Example
Text Example
White with #05AD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05AD8D; }
p { color: rgb(5,173,141); }
H1.HeaderClassName
{
color: #05AD8D;
}
.AnyTagClassName
{
color: #05AD8D;
}
</style>
background-color css
<style>
a { background-color: #05AD8D; }
a { background-color: rgb(5,173,141); }
div.DivClassName
{
background-color: #05AD8D;
}
.BgClassName
{
background-color: #05AD8D;
}
</style>
border-color css
<style>
span { border-color: #05AD8D; }
span { border-color: rgb(5,173,141); }
td.TdClassName
{
border-color: #05AD8D;
}
.TagClassName
{
border-color: #05AD8D;
}
</style>