Shades of Persian Green #11AC98
Tints of Persian Green #11AC98
RGB
CMYK
RGB Variations
Color information
#11AC98 (or 0x11AC98) is known color: Persian Green. HEX triplet: 11, AC and 98. RGB value is (17,172,152). Sum of RGB (Red+Green+Blue) = 17+172+152=341 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.99% from 341); Green value is 172 (67.58% from 255 or 50.44% from 341); Blue value is 152 (59.77% from 255 or 44.57% from 341); Max value from RGB is 172 - color contains mainly: green. Hex color #11AC98 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11AC98 is #EE5367. Grayscale: #7B7B7B. Windows color (decimal): -15618920 or 10005521. OLE color: 10005521.
HSL color Cylindrical-coordinate representation of color #11AC98: hue angle of 172.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 #11AC98 is Cyan = 0.90, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 172 | 152 | - |
| CMYK | 0.90 | 0 | 0.12 | 0.33 |
| HSL | 172.26º | 0.82% | 0.37% | - |
| HSV(B) | 172.26º | 0.9% | 0.67% | - |
| XYZ | 20.65 | 31.89 | 34.77 | - |
| YUV | 123.38 | 144.15 | 52.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 172 | 152 | 0.90 | 0 | 0.12 | 0.33 | 172.26 | 0.82 | 0.37 |
| Hex | 11 | AC | 98 | 5A | 0 | C | 21 | AC | 52 | 25 |
| Octal | 21 | 254 | 230 | 132 | 0 | 14 | 41 | 254 | 122 | 45 |
| Binary | 10001 | 10101100 | 10011000 | 1011010 | 0 | 1100 | 100001 | 10101100 | 1010010 | 100101 |
Color Harmonies of #11AC98
Complementary color
Monochromatic Colors of #11AC98
Black with #11AC98
Text Example
Text Example
White with #11AC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AC98; }
p { color: rgb(17,172,152); }
H1.HeaderClassName
{
color: #11AC98;
}
.AnyTagClassName
{
color: #11AC98;
}
</style>
background-color css
<style>
a { background-color: #11AC98; }
a { background-color: rgb(17,172,152); }
div.DivClassName
{
background-color: #11AC98;
}
.BgClassName
{
background-color: #11AC98;
}
</style>
border-color css
<style>
span { border-color: #11AC98; }
span { border-color: rgb(17,172,152); }
td.TdClassName
{
border-color: #11AC98;
}
.TagClassName
{
border-color: #11AC98;
}
</style>