Shades of Persian Green #05A098
Tints of Persian Green #05A098
RGB
CMYK
RGB Variations
Color information
#05A098 (or 0x05A098) is known color: Persian Green. HEX triplet: 05, A0 and 98. RGB value is (5,160,152). Sum of RGB (Red+Green+Blue) = 5+160+152=317 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.58% from 317); Green value is 160 (62.89% from 255 or 50.47% from 317); Blue value is 152 (59.77% from 255 or 47.95% from 317); Max value from RGB is 160 - color contains mainly: green. Hex color #05A098 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05A098 is #FA5F67. Grayscale: #707070. Windows color (decimal): -16408424 or 10002437. OLE color: 10002437.
HSL color Cylindrical-coordinate representation of color #05A098: hue angle of 176.9º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05A098 is Cyan = 0.97, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 5 | 160 | 152 | - |
| CMYK | 0.97 | 0 | 0.05 | 0.37 |
| HSL | 176.9º | 0.94% | 0.32% | - |
| HSV(B) | 176.9º | 0.97% | 0.63% | - |
| XYZ | 18.3 | 27.44 | 34.04 | - |
| YUV | 112.74 | 150.15 | 51.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 160 | 152 | 0.97 | 0 | 0.05 | 0.37 | 176.9 | 0.94 | 0.32 |
| Hex | 5 | A0 | 98 | 61 | 0 | 5 | 25 | B1 | 5E | 20 |
| Octal | 5 | 240 | 230 | 141 | 0 | 5 | 45 | 261 | 136 | 40 |
| Binary | 101 | 10100000 | 10011000 | 1100001 | 0 | 101 | 100101 | 10110001 | 1011110 | 100000 |
Color Harmonies of #05A098
Complementary color
Monochromatic Colors of #05A098
Black with #05A098
Text Example
Text Example
White with #05A098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A098; }
p { color: rgb(5,160,152); }
H1.HeaderClassName
{
color: #05A098;
}
.AnyTagClassName
{
color: #05A098;
}
</style>
background-color css
<style>
a { background-color: #05A098; }
a { background-color: rgb(5,160,152); }
div.DivClassName
{
background-color: #05A098;
}
.BgClassName
{
background-color: #05A098;
}
</style>
border-color css
<style>
span { border-color: #05A098; }
span { border-color: rgb(5,160,152); }
td.TdClassName
{
border-color: #05A098;
}
.TagClassName
{
border-color: #05A098;
}
</style>