Shades of Islamic Green #009411
Tints of Islamic Green #009411
RGB
CMYK
RGB Variations
Color information
#009411 (or 0x009411) is known color: Islamic Green. HEX triplet: 00, 94 and 11. RGB value is (0,148,17). Sum of RGB (Red+Green+Blue) = 0+148+17=165 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 165); Green value is 148 (58.20% from 255 or 89.70% from 165); Blue value is 17 (7.03% from 255 or 10.30% from 165); Max value from RGB is 148 - color contains mainly: green. Hex color #009411 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #009411 is #FF6BEE. Grayscale: #595959. Windows color (decimal): -16739311 or 1152000. OLE color: 1152000.
HSL color Cylindrical-coordinate representation of color #009411: hue angle of 126.89º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009411 is Cyan = 1, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 148 | 17 | - |
| CMYK | 1 | 0 | 0.89 | 0.42 |
| HSL | 126.89º | 1% | 0.29% | - |
| HSV(B) | 126.89º | 1% | 0.58% | - |
| XYZ | 10.69 | 21.22 | 4.06 | - |
| YUV | 88.81 | 87.47 | 64.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 148 | 17 | 1 | 0 | 0.89 | 0.42 | 126.89 | 1 | 0.29 |
| Hex | 0 | 94 | 11 | 64 | 0 | 59 | 2A | 7F | 64 | 1D |
| Octal | 0 | 224 | 21 | 144 | 0 | 131 | 52 | 177 | 144 | 35 |
| Binary | 0 | 10010100 | 10001 | 1100100 | 0 | 1011001 | 101010 | 1111111 | 1100100 | 11101 |
Color Harmonies of #009411
Complementary color
Monochromatic Colors of #009411
Black with #009411
Text Example
Text Example
White with #009411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009411; }
p { color: rgb(0,148,17); }
H1.HeaderClassName
{
color: #009411;
}
.AnyTagClassName
{
color: #009411;
}
</style>
background-color css
<style>
a { background-color: #009411; }
a { background-color: rgb(0,148,17); }
div.DivClassName
{
background-color: #009411;
}
.BgClassName
{
background-color: #009411;
}
</style>
border-color css
<style>
span { border-color: #009411; }
span { border-color: rgb(0,148,17); }
td.TdClassName
{
border-color: #009411;
}
.TagClassName
{
border-color: #009411;
}
</style>