Shades of Persian Green #11A799
Tints of Persian Green #11A799
RGB
CMYK
RGB Variations
Color information
#11A799 (or 0x11A799) is known color: Persian Green. HEX triplet: 11, A7 and 99. RGB value is (17,167,153). Sum of RGB (Red+Green+Blue) = 17+167+153=337 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.04% from 337); Green value is 167 (65.62% from 255 or 49.55% from 337); Blue value is 153 (60.16% from 255 or 45.40% from 337); Max value from RGB is 167 - color contains mainly: green. Hex color #11A799 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11A799 is #EE5866. Grayscale: #787878. Windows color (decimal): -15620199 or 10069777. OLE color: 10069777.
HSL color Cylindrical-coordinate representation of color #11A799: hue angle of 174.4º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11A799 is Cyan = 0.90, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 17 | 167 | 153 | - |
| CMYK | 0.90 | 0 | 0.08 | 0.35 |
| HSL | 174.4º | 0.82% | 0.36% | - |
| HSV(B) | 174.4º | 0.9% | 0.65% | - |
| XYZ | 19.8 | 30.06 | 34.89 | - |
| YUV | 120.55 | 146.31 | 54.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 167 | 153 | 0.90 | 0 | 0.08 | 0.35 | 174.4 | 0.82 | 0.36 |
| Hex | 11 | A7 | 99 | 5A | 0 | 8 | 23 | AE | 52 | 24 |
| Octal | 21 | 247 | 231 | 132 | 0 | 10 | 43 | 256 | 122 | 44 |
| Binary | 10001 | 10100111 | 10011001 | 1011010 | 0 | 1000 | 100011 | 10101110 | 1010010 | 100100 |
Color Harmonies of #11A799
Complementary color
Monochromatic Colors of #11A799
Black with #11A799
Text Example
Text Example
White with #11A799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11A799; }
p { color: rgb(17,167,153); }
H1.HeaderClassName
{
color: #11A799;
}
.AnyTagClassName
{
color: #11A799;
}
</style>
background-color css
<style>
a { background-color: #11A799; }
a { background-color: rgb(17,167,153); }
div.DivClassName
{
background-color: #11A799;
}
.BgClassName
{
background-color: #11A799;
}
</style>
border-color css
<style>
span { border-color: #11A799; }
span { border-color: rgb(17,167,153); }
td.TdClassName
{
border-color: #11A799;
}
.TagClassName
{
border-color: #11A799;
}
</style>