Shades of Persian Green #119A90
Tints of Persian Green #119A90
RGB
CMYK
RGB Variations
Color information
#119A90 (or 0x119A90) is known color: Persian Green. HEX triplet: 11, 9A and 90. RGB value is (17,154,144). Sum of RGB (Red+Green+Blue) = 17+154+144=315 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.40% from 315); Green value is 154 (60.55% from 255 or 48.89% from 315); Blue value is 144 (56.64% from 255 or 45.71% from 315); Max value from RGB is 154 - color contains mainly: green. Hex color #119A90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119A90 is #EE656F. Grayscale: #6F6F6F. Windows color (decimal): -15623536 or 9476625. OLE color: 9476625.
HSL color Cylindrical-coordinate representation of color #119A90: hue angle of 175.62º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119A90 is Cyan = 0.89, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 17 | 154 | 144 | - |
| CMYK | 0.89 | 0 | 0.06 | 0.40 |
| HSL | 175.62º | 0.8% | 0.34% | - |
| HSV(B) | 175.62º | 0.89% | 0.6% | - |
| XYZ | 16.82 | 25.24 | 30.37 | - |
| YUV | 111.9 | 146.11 | 60.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 154 | 144 | 0.89 | 0 | 0.06 | 0.40 | 175.62 | 0.8 | 0.34 |
| Hex | 11 | 9A | 90 | 59 | 0 | 6 | 28 | B0 | 50 | 22 |
| Octal | 21 | 232 | 220 | 131 | 0 | 6 | 50 | 260 | 120 | 42 |
| Binary | 10001 | 10011010 | 10010000 | 1011001 | 0 | 110 | 101000 | 10110000 | 1010000 | 100010 |
Color Harmonies of #119A90
Complementary color
Monochromatic Colors of #119A90
Black with #119A90
Text Example
Text Example
White with #119A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119A90; }
p { color: rgb(17,154,144); }
H1.HeaderClassName
{
color: #119A90;
}
.AnyTagClassName
{
color: #119A90;
}
</style>
background-color css
<style>
a { background-color: #119A90; }
a { background-color: rgb(17,154,144); }
div.DivClassName
{
background-color: #119A90;
}
.BgClassName
{
background-color: #119A90;
}
</style>
border-color css
<style>
span { border-color: #119A90; }
span { border-color: rgb(17,154,144); }
td.TdClassName
{
border-color: #119A90;
}
.TagClassName
{
border-color: #119A90;
}
</style>