Shades of Islamic Green #009F12
Tints of Islamic Green #009F12
RGB
CMYK
RGB Variations
Color information
#009F12 (or 0x009F12) is known color: Islamic Green. HEX triplet: 00, 9F and 12. RGB value is (0,159,18). Sum of RGB (Red+Green+Blue) = 0+159+18=177 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 177); Green value is 159 (62.5% from 255 or 89.83% from 177); Blue value is 18 (7.42% from 255 or 10.17% from 177); Max value from RGB is 159 - color contains mainly: green. Hex color #009F12 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #009F12 is #FF60ED. Grayscale: #5F5F5F. Windows color (decimal): -16736494 or 1220352. OLE color: 1220352.
HSL color Cylindrical-coordinate representation of color #009F12: hue angle of 126.79º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009F12 is Cyan = 1, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 0 | 159 | 18 | - |
| CMYK | 1 | 0 | 0.89 | 0.38 |
| HSL | 126.79º | 1% | 0.31% | - |
| HSV(B) | 126.79º | 1% | 0.62% | - |
| XYZ | 12.51 | 24.84 | 4.71 | - |
| YUV | 95.39 | 84.32 | 59.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 159 | 18 | 1 | 0 | 0.89 | 0.38 | 126.79 | 1 | 0.31 |
| Hex | 0 | 9F | 12 | 64 | 0 | 59 | 26 | 7F | 64 | 1F |
| Octal | 0 | 237 | 22 | 144 | 0 | 131 | 46 | 177 | 144 | 37 |
| Binary | 0 | 10011111 | 10010 | 1100100 | 0 | 1011001 | 100110 | 1111111 | 1100100 | 11111 |
Color Harmonies of #009F12
Complementary color
Monochromatic Colors of #009F12
Black with #009F12
Text Example
Text Example
White with #009F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009F12; }
p { color: rgb(0,159,18); }
H1.HeaderClassName
{
color: #009F12;
}
.AnyTagClassName
{
color: #009F12;
}
</style>
background-color css
<style>
a { background-color: #009F12; }
a { background-color: rgb(0,159,18); }
div.DivClassName
{
background-color: #009F12;
}
.BgClassName
{
background-color: #009F12;
}
</style>
border-color css
<style>
span { border-color: #009F12; }
span { border-color: rgb(0,159,18); }
td.TdClassName
{
border-color: #009F12;
}
.TagClassName
{
border-color: #009F12;
}
</style>