Shades of Persian Green #11AB92
Tints of Persian Green #11AB92
RGB
CMYK
RGB Variations
Color information
#11AB92 (or 0x11AB92) is known color: Persian Green. HEX triplet: 11, AB and 92. RGB value is (17,171,146). Sum of RGB (Red+Green+Blue) = 17+171+146=334 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.09% from 334); Green value is 171 (67.19% from 255 or 51.20% from 334); Blue value is 146 (57.42% from 255 or 43.71% from 334); Max value from RGB is 171 - color contains mainly: green. Hex color #11AB92 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11AB92 is #EE546D. Grayscale: #7A7A7A. Windows color (decimal): -15619182 or 9612049. OLE color: 9612049.
HSL color Cylindrical-coordinate representation of color #11AB92: hue angle of 170.26º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11AB92 is Cyan = 0.90, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 171 | 146 | - |
| CMYK | 0.90 | 0 | 0.15 | 0.33 |
| HSL | 170.26º | 0.82% | 0.37% | - |
| HSV(B) | 170.26º | 0.9% | 0.67% | - |
| XYZ | 19.98 | 31.32 | 32.19 | - |
| YUV | 122.1 | 141.48 | 53.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 171 | 146 | 0.90 | 0 | 0.15 | 0.33 | 170.26 | 0.82 | 0.37 |
| Hex | 11 | AB | 92 | 5A | 0 | F | 21 | AA | 52 | 25 |
| Octal | 21 | 253 | 222 | 132 | 0 | 17 | 41 | 252 | 122 | 45 |
| Binary | 10001 | 10101011 | 10010010 | 1011010 | 0 | 1111 | 100001 | 10101010 | 1010010 | 100101 |
Color Harmonies of #11AB92
Complementary color
Monochromatic Colors of #11AB92
Black with #11AB92
Text Example
Text Example
White with #11AB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AB92; }
p { color: rgb(17,171,146); }
H1.HeaderClassName
{
color: #11AB92;
}
.AnyTagClassName
{
color: #11AB92;
}
</style>
background-color css
<style>
a { background-color: #11AB92; }
a { background-color: rgb(17,171,146); }
div.DivClassName
{
background-color: #11AB92;
}
.BgClassName
{
background-color: #11AB92;
}
</style>
border-color css
<style>
span { border-color: #11AB92; }
span { border-color: rgb(17,171,146); }
td.TdClassName
{
border-color: #11AB92;
}
.TagClassName
{
border-color: #11AB92;
}
</style>