Shades of Islamic Green #009D0C
Tints of Islamic Green #009D0C
RGB
CMYK
RGB Variations
Color information
#009D0C (or 0x009D0C) is known color: Islamic Green. HEX triplet: 00, 9D and 0C. RGB value is (0,157,12). Sum of RGB (Red+Green+Blue) = 0+157+12=169 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 169); Green value is 157 (61.72% from 255 or 92.90% from 169); Blue value is 12 (5.08% from 255 or 7.10% from 169); Max value from RGB is 157 - color contains mainly: green. Hex color #009D0C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #009D0C is #FF62F3. Grayscale: #5D5D5D. Windows color (decimal): -16737012 or 826624. OLE color: 826624.
HSL color Cylindrical-coordinate representation of color #009D0C: hue angle of 124.59º 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 #009D0C is Cyan = 1, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 0 | 157 | 12 | - |
| CMYK | 1 | 0 | 0.92 | 0.38 |
| HSL | 124.59º | 1% | 0.31% | - |
| HSV(B) | 124.59º | 1% | 0.62% | - |
| XYZ | 12.12 | 24.14 | 4.37 | - |
| YUV | 93.53 | 81.99 | 61.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 157 | 12 | 1 | 0 | 0.92 | 0.38 | 124.59 | 1 | 0.31 |
| Hex | 0 | 9D | C | 64 | 0 | 5C | 26 | 7D | 64 | 1F |
| Octal | 0 | 235 | 14 | 144 | 0 | 134 | 46 | 175 | 144 | 37 |
| Binary | 0 | 10011101 | 1100 | 1100100 | 0 | 1011100 | 100110 | 1111101 | 1100100 | 11111 |
Color Harmonies of #009D0C
Complementary color
Monochromatic Colors of #009D0C
Black with #009D0C
Text Example
Text Example
White with #009D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009D0C; }
p { color: rgb(0,157,12); }
H1.HeaderClassName
{
color: #009D0C;
}
.AnyTagClassName
{
color: #009D0C;
}
</style>
background-color css
<style>
a { background-color: #009D0C; }
a { background-color: rgb(0,157,12); }
div.DivClassName
{
background-color: #009D0C;
}
.BgClassName
{
background-color: #009D0C;
}
</style>
border-color css
<style>
span { border-color: #009D0C; }
span { border-color: rgb(0,157,12); }
td.TdClassName
{
border-color: #009D0C;
}
.TagClassName
{
border-color: #009D0C;
}
</style>