Shades of Islamic Green #119B0F
Tints of Islamic Green #119B0F
RGB
CMYK
RGB Variations
Color information
#119B0F (or 0x119B0F) is known color: Islamic Green. HEX triplet: 11, 9B and 0F. RGB value is (17,155,15). Sum of RGB (Red+Green+Blue) = 17+155+15=187 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.09% from 187); Green value is 155 (60.94% from 255 or 82.89% from 187); Blue value is 15 (6.25% from 255 or 8.02% from 187); Max value from RGB is 155 - color contains mainly: green. Hex color #119B0F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #119B0F is #EE64F0. Grayscale: #626262. Windows color (decimal): -15623409 or 1022737. OLE color: 1022737.
HSL color Cylindrical-coordinate representation of color #119B0F: hue angle of 119.14º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #119B0F is Cyan = 0.89, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 17 | 155 | 15 | - |
| CMYK | 0.89 | 0 | 0.90 | 0.39 |
| HSL | 119.14º | 0.82% | 0.33% | - |
| HSV(B) | 119.14º | 0.9% | 0.61% | - |
| XYZ | 12.04 | 23.6 | 4.37 | - |
| YUV | 97.78 | 81.28 | 70.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 155 | 15 | 0.89 | 0 | 0.90 | 0.39 | 119.14 | 0.82 | 0.33 |
| Hex | 11 | 9B | F | 59 | 0 | 5A | 27 | 77 | 52 | 21 |
| Octal | 21 | 233 | 17 | 131 | 0 | 132 | 47 | 167 | 122 | 41 |
| Binary | 10001 | 10011011 | 1111 | 1011001 | 0 | 1011010 | 100111 | 1110111 | 1010010 | 100001 |
Color Harmonies of #119B0F
Complementary color
Monochromatic Colors of #119B0F
Black with #119B0F
Text Example
Text Example
White with #119B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119B0F; }
p { color: rgb(17,155,15); }
H1.HeaderClassName
{
color: #119B0F;
}
.AnyTagClassName
{
color: #119B0F;
}
</style>
background-color css
<style>
a { background-color: #119B0F; }
a { background-color: rgb(17,155,15); }
div.DivClassName
{
background-color: #119B0F;
}
.BgClassName
{
background-color: #119B0F;
}
</style>
border-color css
<style>
span { border-color: #119B0F; }
span { border-color: rgb(17,155,15); }
td.TdClassName
{
border-color: #119B0F;
}
.TagClassName
{
border-color: #119B0F;
}
</style>