Shades of Persian Green #05A388
Tints of Persian Green #05A388
RGB
CMYK
RGB Variations
Color information
#05A388 (or 0x05A388) is known color: Persian Green. HEX triplet: 05, A3 and 88. RGB value is (5,163,136). Sum of RGB (Red+Green+Blue) = 5+163+136=304 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.64% from 304); Green value is 163 (64.06% from 255 or 53.62% from 304); Blue value is 136 (53.52% from 255 or 44.74% from 304); Max value from RGB is 163 - color contains mainly: green. Hex color #05A388 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05A388 is #FA5C77. Grayscale: #707070. Windows color (decimal): -16407672 or 8954629. OLE color: 8954629.
HSL color Cylindrical-coordinate representation of color #05A388: hue angle of 169.75º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05A388 is Cyan = 0.97, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 5 | 163 | 136 | - |
| CMYK | 0.97 | 0 | 0.17 | 0.36 |
| HSL | 169.75º | 0.94% | 0.33% | - |
| HSV(B) | 169.75º | 0.97% | 0.64% | - |
| XYZ | 17.6 | 28 | 27.77 | - |
| YUV | 112.68 | 141.15 | 51.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 163 | 136 | 0.97 | 0 | 0.17 | 0.36 | 169.75 | 0.94 | 0.33 |
| Hex | 5 | A3 | 88 | 61 | 0 | 11 | 24 | AA | 5E | 21 |
| Octal | 5 | 243 | 210 | 141 | 0 | 21 | 44 | 252 | 136 | 41 |
| Binary | 101 | 10100011 | 10001000 | 1100001 | 0 | 10001 | 100100 | 10101010 | 1011110 | 100001 |
Color Harmonies of #05A388
Complementary color
Monochromatic Colors of #05A388
Black with #05A388
Text Example
Text Example
White with #05A388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A388; }
p { color: rgb(5,163,136); }
H1.HeaderClassName
{
color: #05A388;
}
.AnyTagClassName
{
color: #05A388;
}
</style>
background-color css
<style>
a { background-color: #05A388; }
a { background-color: rgb(5,163,136); }
div.DivClassName
{
background-color: #05A388;
}
.BgClassName
{
background-color: #05A388;
}
</style>
border-color css
<style>
span { border-color: #05A388; }
span { border-color: rgb(5,163,136); }
td.TdClassName
{
border-color: #05A388;
}
.TagClassName
{
border-color: #05A388;
}
</style>