Shades of Persian Green #11998E
Tints of Persian Green #11998E
RGB
CMYK
RGB Variations
Color information
#11998E (or 0x11998E) is known color: Persian Green. HEX triplet: 11, 99 and 8E. RGB value is (17,153,142). Sum of RGB (Red+Green+Blue) = 17+153+142=312 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.45% from 312); Green value is 153 (60.16% from 255 or 49.04% from 312); Blue value is 142 (55.86% from 255 or 45.51% from 312); Max value from RGB is 153 - color contains mainly: green. Hex color #11998E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11998E is #EE6671. Grayscale: #6E6E6E. Windows color (decimal): -15623794 or 9345297. OLE color: 9345297.
HSL color Cylindrical-coordinate representation of color #11998E: hue angle of 175.15º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11998E is Cyan = 0.89, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 17 | 153 | 142 | - |
| CMYK | 0.89 | 0 | 0.07 | 0.4 |
| HSL | 175.15º | 0.8% | 0.33% | - |
| HSV(B) | 175.15º | 0.89% | 0.6% | - |
| XYZ | 16.5 | 24.85 | 29.52 | - |
| YUV | 111.08 | 145.44 | 60.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 153 | 142 | 0.89 | 0 | 0.07 | 0.4 | 175.15 | 0.8 | 0.33 |
| Hex | 11 | 99 | 8E | 59 | 0 | 7 | 28 | AF | 50 | 21 |
| Octal | 21 | 231 | 216 | 131 | 0 | 7 | 50 | 257 | 120 | 41 |
| Binary | 10001 | 10011001 | 10001110 | 1011001 | 0 | 111 | 101000 | 10101111 | 1010000 | 100001 |
Color Harmonies of #11998E
Complementary color
Monochromatic Colors of #11998E
Black with #11998E
Text Example
Text Example
White with #11998E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11998E; }
p { color: rgb(17,153,142); }
H1.HeaderClassName
{
color: #11998E;
}
.AnyTagClassName
{
color: #11998E;
}
</style>
background-color css
<style>
a { background-color: #11998E; }
a { background-color: rgb(17,153,142); }
div.DivClassName
{
background-color: #11998E;
}
.BgClassName
{
background-color: #11998E;
}
</style>
border-color css
<style>
span { border-color: #11998E; }
span { border-color: rgb(17,153,142); }
td.TdClassName
{
border-color: #11998E;
}
.TagClassName
{
border-color: #11998E;
}
</style>