Shades of Islamic Green #009412
Tints of Islamic Green #009412
RGB
CMYK
RGB Variations
Color information
#009412 (or 0x009412) is known color: Islamic Green. HEX triplet: 00, 94 and 12. RGB value is (0,148,18). Sum of RGB (Red+Green+Blue) = 0+148+18=166 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 166); Green value is 148 (58.20% from 255 or 89.16% from 166); Blue value is 18 (7.42% from 255 or 10.84% from 166); Max value from RGB is 148 - color contains mainly: green. Hex color #009412 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #009412 is #FF6BED. Grayscale: #595959. Windows color (decimal): -16739310 or 1217536. OLE color: 1217536.
HSL color Cylindrical-coordinate representation of color #009412: hue angle of 127.3º 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 #009412 is Cyan = 1, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 148 | 18 | - |
| CMYK | 1 | 0 | 0.88 | 0.42 |
| HSL | 127.3º | 1% | 0.29% | - |
| HSV(B) | 127.3º | 1% | 0.58% | - |
| XYZ | 10.7 | 21.22 | 4.1 | - |
| YUV | 88.93 | 87.97 | 64.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 148 | 18 | 1 | 0 | 0.88 | 0.42 | 127.3 | 1 | 0.29 |
| Hex | 0 | 94 | 12 | 64 | 0 | 58 | 2A | 7F | 64 | 1D |
| Octal | 0 | 224 | 22 | 144 | 0 | 130 | 52 | 177 | 144 | 35 |
| Binary | 0 | 10010100 | 10010 | 1100100 | 0 | 1011000 | 101010 | 1111111 | 1100100 | 11101 |
Color Harmonies of #009412
Complementary color
Monochromatic Colors of #009412
Black with #009412
Text Example
Text Example
White with #009412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009412; }
p { color: rgb(0,148,18); }
H1.HeaderClassName
{
color: #009412;
}
.AnyTagClassName
{
color: #009412;
}
</style>
background-color css
<style>
a { background-color: #009412; }
a { background-color: rgb(0,148,18); }
div.DivClassName
{
background-color: #009412;
}
.BgClassName
{
background-color: #009412;
}
</style>
border-color css
<style>
span { border-color: #009412; }
span { border-color: rgb(0,148,18); }
td.TdClassName
{
border-color: #009412;
}
.TagClassName
{
border-color: #009412;
}
</style>