Shades of Islamic Green #009F10
Tints of Islamic Green #009F10
RGB
CMYK
RGB Variations
Color information
#009F10 (or 0x009F10) is known color: Islamic Green. HEX triplet: 00, 9F and 10. RGB value is (0,159,16). Sum of RGB (Red+Green+Blue) = 0+159+16=175 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 175); Green value is 159 (62.5% from 255 or 90.86% from 175); Blue value is 16 (6.64% from 255 or 9.14% from 175); Max value from RGB is 159 - color contains mainly: green. Hex color #009F10 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #009F10 is #FF60EF. Grayscale: #5F5F5F. Windows color (decimal): -16736496 or 1089280. OLE color: 1089280.
HSL color Cylindrical-coordinate representation of color #009F10: hue angle of 126.04º 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 #009F10 is Cyan = 1, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 0 | 159 | 16 | - |
| CMYK | 1 | 0 | 0.90 | 0.38 |
| HSL | 126.04º | 1% | 0.31% | - |
| HSV(B) | 126.04º | 1% | 0.62% | - |
| XYZ | 12.49 | 24.83 | 4.63 | - |
| YUV | 95.16 | 83.32 | 60.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 159 | 16 | 1 | 0 | 0.90 | 0.38 | 126.04 | 1 | 0.31 |
| Hex | 0 | 9F | 10 | 64 | 0 | 5A | 26 | 7E | 64 | 1F |
| Octal | 0 | 237 | 20 | 144 | 0 | 132 | 46 | 176 | 144 | 37 |
| Binary | 0 | 10011111 | 10000 | 1100100 | 0 | 1011010 | 100110 | 1111110 | 1100100 | 11111 |
Color Harmonies of #009F10
Complementary color
Monochromatic Colors of #009F10
Black with #009F10
Text Example
Text Example
White with #009F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009F10; }
p { color: rgb(0,159,16); }
H1.HeaderClassName
{
color: #009F10;
}
.AnyTagClassName
{
color: #009F10;
}
</style>
background-color css
<style>
a { background-color: #009F10; }
a { background-color: rgb(0,159,16); }
div.DivClassName
{
background-color: #009F10;
}
.BgClassName
{
background-color: #009F10;
}
</style>
border-color css
<style>
span { border-color: #009F10; }
span { border-color: rgb(0,159,16); }
td.TdClassName
{
border-color: #009F10;
}
.TagClassName
{
border-color: #009F10;
}
</style>