Shades of Persian Green #05AB90
Tints of Persian Green #05AB90
RGB
CMYK
RGB Variations
Color information
#05AB90 (or 0x05AB90) is known color: Persian Green. HEX triplet: 05, AB and 90. RGB value is (5,171,144). Sum of RGB (Red+Green+Blue) = 5+171+144=320 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.56% from 320); Green value is 171 (67.19% from 255 or 53.44% from 320); Blue value is 144 (56.64% from 255 or 45% from 320); Max value from RGB is 171 - color contains mainly: green. Hex color #05AB90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05AB90 is #FA546F. Grayscale: #767676. Windows color (decimal): -16405616 or 9480965. OLE color: 9480965.
HSL color Cylindrical-coordinate representation of color #05AB90: hue angle of 170.24º 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 #05AB90 is Cyan = 0.97, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 5 | 171 | 144 | - |
| CMYK | 0.97 | 0 | 0.16 | 0.33 |
| HSL | 170.24º | 0.94% | 0.35% | - |
| HSV(B) | 170.24º | 0.97% | 0.67% | - |
| XYZ | 19.66 | 31.17 | 31.37 | - |
| YUV | 118.29 | 142.5 | 47.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 171 | 144 | 0.97 | 0 | 0.16 | 0.33 | 170.24 | 0.94 | 0.35 |
| Hex | 5 | AB | 90 | 61 | 0 | 10 | 21 | AA | 5E | 23 |
| Octal | 5 | 253 | 220 | 141 | 0 | 20 | 41 | 252 | 136 | 43 |
| Binary | 101 | 10101011 | 10010000 | 1100001 | 0 | 10000 | 100001 | 10101010 | 1011110 | 100011 |
Color Harmonies of #05AB90
Complementary color
Monochromatic Colors of #05AB90
Black with #05AB90
Text Example
Text Example
White with #05AB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05AB90; }
p { color: rgb(5,171,144); }
H1.HeaderClassName
{
color: #05AB90;
}
.AnyTagClassName
{
color: #05AB90;
}
</style>
background-color css
<style>
a { background-color: #05AB90; }
a { background-color: rgb(5,171,144); }
div.DivClassName
{
background-color: #05AB90;
}
.BgClassName
{
background-color: #05AB90;
}
</style>
border-color css
<style>
span { border-color: #05AB90; }
span { border-color: rgb(5,171,144); }
td.TdClassName
{
border-color: #05AB90;
}
.TagClassName
{
border-color: #05AB90;
}
</style>