Shades of Persian Green #11A390
Tints of Persian Green #11A390
RGB
CMYK
RGB Variations
Color information
#11A390 (or 0x11A390) is known color: Persian Green. HEX triplet: 11, A3 and 90. RGB value is (17,163,144). Sum of RGB (Red+Green+Blue) = 17+163+144=324 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.25% from 324); Green value is 163 (64.06% from 255 or 50.31% from 324); Blue value is 144 (56.64% from 255 or 44.44% from 324); Max value from RGB is 163 - color contains mainly: green. Hex color #11A390 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11A390 is #EE5C6F. Grayscale: #757575. Windows color (decimal): -15621232 or 9478929. OLE color: 9478929.
HSL color Cylindrical-coordinate representation of color #11A390: hue angle of 172.19º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11A390 is Cyan = 0.90, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 17 | 163 | 144 | - |
| CMYK | 0.90 | 0 | 0.12 | 0.36 |
| HSL | 172.19º | 0.81% | 0.35% | - |
| HSV(B) | 172.19º | 0.9% | 0.64% | - |
| XYZ | 18.36 | 28.33 | 30.89 | - |
| YUV | 117.18 | 143.13 | 56.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 163 | 144 | 0.90 | 0 | 0.12 | 0.36 | 172.19 | 0.81 | 0.35 |
| Hex | 11 | A3 | 90 | 5A | 0 | C | 24 | AC | 51 | 23 |
| Octal | 21 | 243 | 220 | 132 | 0 | 14 | 44 | 254 | 121 | 43 |
| Binary | 10001 | 10100011 | 10010000 | 1011010 | 0 | 1100 | 100100 | 10101100 | 1010001 | 100011 |
Color Harmonies of #11A390
Complementary color
Monochromatic Colors of #11A390
Black with #11A390
Text Example
Text Example
White with #11A390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11A390; }
p { color: rgb(17,163,144); }
H1.HeaderClassName
{
color: #11A390;
}
.AnyTagClassName
{
color: #11A390;
}
</style>
background-color css
<style>
a { background-color: #11A390; }
a { background-color: rgb(17,163,144); }
div.DivClassName
{
background-color: #11A390;
}
.BgClassName
{
background-color: #11A390;
}
</style>
border-color css
<style>
span { border-color: #11A390; }
span { border-color: rgb(17,163,144); }
td.TdClassName
{
border-color: #11A390;
}
.TagClassName
{
border-color: #11A390;
}
</style>