Shades of Persian Green #05AB91
Tints of Persian Green #05AB91
RGB
CMYK
RGB Variations
Color information
#05AB91 (or 0x05AB91) is known color: Persian Green. HEX triplet: 05, AB and 91. RGB value is (5,171,145). Sum of RGB (Red+Green+Blue) = 5+171+145=321 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.56% from 321); Green value is 171 (67.19% from 255 or 53.27% from 321); Blue value is 145 (57.03% from 255 or 45.17% from 321); Max value from RGB is 171 - color contains mainly: green. Hex color #05AB91 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05AB91 is #FA546E. Grayscale: #767676. Windows color (decimal): -16405615 or 9546501. OLE color: 9546501.
HSL color Cylindrical-coordinate representation of color #05AB91: hue angle of 170.6º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05AB91 is Cyan = 0.97, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 5 | 171 | 145 | - |
| CMYK | 0.97 | 0 | 0.15 | 0.33 |
| HSL | 170.6º | 0.94% | 0.35% | - |
| HSV(B) | 170.6º | 0.97% | 0.67% | - |
| XYZ | 19.74 | 31.2 | 31.77 | - |
| YUV | 118.4 | 143 | 47.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 171 | 145 | 0.97 | 0 | 0.15 | 0.33 | 170.6 | 0.94 | 0.35 |
| Hex | 5 | AB | 91 | 61 | 0 | F | 21 | AB | 5E | 23 |
| Octal | 5 | 253 | 221 | 141 | 0 | 17 | 41 | 253 | 136 | 43 |
| Binary | 101 | 10101011 | 10010001 | 1100001 | 0 | 1111 | 100001 | 10101011 | 1011110 | 100011 |
Color Harmonies of #05AB91
Complementary color
Monochromatic Colors of #05AB91
Black with #05AB91
Text Example
Text Example
White with #05AB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05AB91; }
p { color: rgb(5,171,145); }
H1.HeaderClassName
{
color: #05AB91;
}
.AnyTagClassName
{
color: #05AB91;
}
</style>
background-color css
<style>
a { background-color: #05AB91; }
a { background-color: rgb(5,171,145); }
div.DivClassName
{
background-color: #05AB91;
}
.BgClassName
{
background-color: #05AB91;
}
</style>
border-color css
<style>
span { border-color: #05AB91; }
span { border-color: rgb(5,171,145); }
td.TdClassName
{
border-color: #05AB91;
}
.TagClassName
{
border-color: #05AB91;
}
</style>