Shades of Islamic Green #119B01
Tints of Islamic Green #119B01
RGB
CMYK
RGB Variations
Color information
#119B01 (or 0x119B01) is known color: Islamic Green. HEX triplet: 11, 9B and 01. RGB value is (17,155,1). Sum of RGB (Red+Green+Blue) = 17+155+1=173 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.83% from 173); Green value is 155 (60.94% from 255 or 89.60% from 173); Blue value is 1 (0.78% from 255 or 0.58% from 173); Max value from RGB is 155 - color contains mainly: green. Hex color #119B01 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #119B01 is #EE64FE. Grayscale: #606060. Windows color (decimal): -15623423 or 105233. OLE color: 105233.
HSL color Cylindrical-coordinate representation of color #119B01: hue angle of 113.77º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #119B01 is Cyan = 0.89, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 17 | 155 | 1 | - |
| CMYK | 0.89 | 0 | 0.99 | 0.39 |
| HSL | 113.77º | 0.99% | 0.31% | - |
| HSV(B) | 113.77º | 0.99% | 0.61% | - |
| XYZ | 11.96 | 23.56 | 3.95 | - |
| YUV | 96.18 | 74.28 | 71.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 155 | 1 | 0.89 | 0 | 0.99 | 0.39 | 113.77 | 0.99 | 0.31 |
| Hex | 11 | 9B | 1 | 59 | 0 | 63 | 27 | 72 | 63 | 1F |
| Octal | 21 | 233 | 1 | 131 | 0 | 143 | 47 | 162 | 143 | 37 |
| Binary | 10001 | 10011011 | 1 | 1011001 | 0 | 1100011 | 100111 | 1110010 | 1100011 | 11111 |
Color Harmonies of #119B01
Complementary color
Monochromatic Colors of #119B01
Black with #119B01
Text Example
Text Example
White with #119B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119B01; }
p { color: rgb(17,155,1); }
H1.HeaderClassName
{
color: #119B01;
}
.AnyTagClassName
{
color: #119B01;
}
</style>
background-color css
<style>
a { background-color: #119B01; }
a { background-color: rgb(17,155,1); }
div.DivClassName
{
background-color: #119B01;
}
.BgClassName
{
background-color: #119B01;
}
</style>
border-color css
<style>
span { border-color: #119B01; }
span { border-color: rgb(17,155,1); }
td.TdClassName
{
border-color: #119B01;
}
.TagClassName
{
border-color: #119B01;
}
</style>