Shades of Islamic Green #009C0E
Tints of Islamic Green #009C0E
RGB
CMYK
RGB Variations
Color information
#009C0E (or 0x009C0E) is known color: Islamic Green. HEX triplet: 00, 9C and 0E. RGB value is (0,156,14). Sum of RGB (Red+Green+Blue) = 0+156+14=170 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 170); Green value is 156 (61.33% from 255 or 91.76% from 170); Blue value is 14 (5.86% from 255 or 8.24% from 170); Max value from RGB is 156 - color contains mainly: green. Hex color #009C0E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #009C0E is #FF63F1. Grayscale: #5D5D5D. Windows color (decimal): -16737266 or 957440. OLE color: 957440.
HSL color Cylindrical-coordinate representation of color #009C0E: hue angle of 125.38º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009C0E is Cyan = 1, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 0 | 156 | 14 | - |
| CMYK | 1 | 0 | 0.91 | 0.39 |
| HSL | 125.38º | 1% | 0.31% | - |
| HSV(B) | 125.38º | 1% | 0.61% | - |
| XYZ | 11.97 | 23.81 | 4.38 | - |
| YUV | 93.17 | 83.32 | 61.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 156 | 14 | 1 | 0 | 0.91 | 0.39 | 125.38 | 1 | 0.31 |
| Hex | 0 | 9C | E | 64 | 0 | 5B | 27 | 7D | 64 | 1F |
| Octal | 0 | 234 | 16 | 144 | 0 | 133 | 47 | 175 | 144 | 37 |
| Binary | 0 | 10011100 | 1110 | 1100100 | 0 | 1011011 | 100111 | 1111101 | 1100100 | 11111 |
Color Harmonies of #009C0E
Complementary color
Monochromatic Colors of #009C0E
Black with #009C0E
Text Example
Text Example
White with #009C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009C0E; }
p { color: rgb(0,156,14); }
H1.HeaderClassName
{
color: #009C0E;
}
.AnyTagClassName
{
color: #009C0E;
}
</style>
background-color css
<style>
a { background-color: #009C0E; }
a { background-color: rgb(0,156,14); }
div.DivClassName
{
background-color: #009C0E;
}
.BgClassName
{
background-color: #009C0E;
}
</style>
border-color css
<style>
span { border-color: #009C0E; }
span { border-color: rgb(0,156,14); }
td.TdClassName
{
border-color: #009C0E;
}
.TagClassName
{
border-color: #009C0E;
}
</style>