Shades of Persian Green #05A19A
Tints of Persian Green #05A19A
RGB
CMYK
RGB Variations
Color information
#05A19A (or 0x05A19A) is known color: Persian Green. HEX triplet: 05, A1 and 9A. RGB value is (5,161,154). Sum of RGB (Red+Green+Blue) = 5+161+154=320 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.56% from 320); Green value is 161 (63.28% from 255 or 50.31% from 320); Blue value is 154 (60.55% from 255 or 48.12% from 320); Max value from RGB is 161 - color contains mainly: green. Hex color #05A19A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05A19A is #FA5E65. Grayscale: #717171. Windows color (decimal): -16408166 or 10133765. OLE color: 10133765.
HSL color Cylindrical-coordinate representation of color #05A19A: hue angle of 177.31º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05A19A is Cyan = 0.97, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 5 | 161 | 154 | - |
| CMYK | 0.97 | 0 | 0.04 | 0.37 |
| HSL | 177.31º | 0.94% | 0.33% | - |
| HSV(B) | 177.31º | 0.97% | 0.63% | - |
| XYZ | 18.64 | 27.86 | 34.97 | - |
| YUV | 113.56 | 150.82 | 50.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 161 | 154 | 0.97 | 0 | 0.04 | 0.37 | 177.31 | 0.94 | 0.33 |
| Hex | 5 | A1 | 9A | 61 | 0 | 4 | 25 | B1 | 5E | 21 |
| Octal | 5 | 241 | 232 | 141 | 0 | 4 | 45 | 261 | 136 | 41 |
| Binary | 101 | 10100001 | 10011010 | 1100001 | 0 | 100 | 100101 | 10110001 | 1011110 | 100001 |
Color Harmonies of #05A19A
Complementary color
Monochromatic Colors of #05A19A
Black with #05A19A
Text Example
Text Example
White with #05A19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A19A; }
p { color: rgb(5,161,154); }
H1.HeaderClassName
{
color: #05A19A;
}
.AnyTagClassName
{
color: #05A19A;
}
</style>
background-color css
<style>
a { background-color: #05A19A; }
a { background-color: rgb(5,161,154); }
div.DivClassName
{
background-color: #05A19A;
}
.BgClassName
{
background-color: #05A19A;
}
</style>
border-color css
<style>
span { border-color: #05A19A; }
span { border-color: rgb(5,161,154); }
td.TdClassName
{
border-color: #05A19A;
}
.TagClassName
{
border-color: #05A19A;
}
</style>