Shades of Islamic Green #009F0E
Tints of Islamic Green #009F0E
RGB
CMYK
RGB Variations
Color information
#009F0E (or 0x009F0E) is known color: Islamic Green. HEX triplet: 00, 9F and 0E. RGB value is (0,159,14). Sum of RGB (Red+Green+Blue) = 0+159+14=173 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 173); Green value is 159 (62.5% from 255 or 91.91% from 173); Blue value is 14 (5.86% from 255 or 8.09% from 173); Max value from RGB is 159 - color contains mainly: green. Hex color #009F0E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #009F0E is #FF60F1. Grayscale: #5F5F5F. Windows color (decimal): -16736498 or 958208. OLE color: 958208.
HSL color Cylindrical-coordinate representation of color #009F0E: hue angle of 125.28º 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 #009F0E is Cyan = 1, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 0 | 159 | 14 | - |
| CMYK | 1 | 0 | 0.91 | 0.38 |
| HSL | 125.28º | 1% | 0.31% | - |
| HSV(B) | 125.28º | 1% | 0.62% | - |
| XYZ | 12.48 | 24.83 | 4.55 | - |
| YUV | 94.93 | 82.32 | 60.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 159 | 14 | 1 | 0 | 0.91 | 0.38 | 125.28 | 1 | 0.31 |
| Hex | 0 | 9F | E | 64 | 0 | 5B | 26 | 7D | 64 | 1F |
| Octal | 0 | 237 | 16 | 144 | 0 | 133 | 46 | 175 | 144 | 37 |
| Binary | 0 | 10011111 | 1110 | 1100100 | 0 | 1011011 | 100110 | 1111101 | 1100100 | 11111 |
Color Harmonies of #009F0E
Complementary color
Monochromatic Colors of #009F0E
Black with #009F0E
Text Example
Text Example
White with #009F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009F0E; }
p { color: rgb(0,159,14); }
H1.HeaderClassName
{
color: #009F0E;
}
.AnyTagClassName
{
color: #009F0E;
}
</style>
background-color css
<style>
a { background-color: #009F0E; }
a { background-color: rgb(0,159,14); }
div.DivClassName
{
background-color: #009F0E;
}
.BgClassName
{
background-color: #009F0E;
}
</style>
border-color css
<style>
span { border-color: #009F0E; }
span { border-color: rgb(0,159,14); }
td.TdClassName
{
border-color: #009F0E;
}
.TagClassName
{
border-color: #009F0E;
}
</style>