Shades of Islamic Green #009C18
Tints of Islamic Green #009C18
RGB
CMYK
RGB Variations
Color information
#009C18 (or 0x009C18) is known color: Islamic Green. HEX triplet: 00, 9C and 18. RGB value is (0,156,24). Sum of RGB (Red+Green+Blue) = 0+156+24=180 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 180); Green value is 156 (61.33% from 255 or 86.67% from 180); Blue value is 24 (9.77% from 255 or 13.33% from 180); Max value from RGB is 156 - color contains mainly: green. Hex color #009C18 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #009C18 is #FF63E7. Grayscale: #5E5E5E. Windows color (decimal): -16737256 or 1612800. OLE color: 1612800.
HSL color Cylindrical-coordinate representation of color #009C18: hue angle of 129.23º 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 #009C18 is Cyan = 1, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 0 | 156 | 24 | - |
| CMYK | 1 | 0 | 0.85 | 0.39 |
| HSL | 129.23º | 1% | 0.31% | - |
| HSV(B) | 129.23º | 1% | 0.61% | - |
| XYZ | 12.05 | 23.84 | 4.83 | - |
| YUV | 94.31 | 88.32 | 60.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 156 | 24 | 1 | 0 | 0.85 | 0.39 | 129.23 | 1 | 0.31 |
| Hex | 0 | 9C | 18 | 64 | 0 | 55 | 27 | 81 | 64 | 1F |
| Octal | 0 | 234 | 30 | 144 | 0 | 125 | 47 | 201 | 144 | 37 |
| Binary | 0 | 10011100 | 11000 | 1100100 | 0 | 1010101 | 100111 | 10000001 | 1100100 | 11111 |
Color Harmonies of #009C18
Complementary color
Monochromatic Colors of #009C18
Black with #009C18
Text Example
Text Example
White with #009C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009C18; }
p { color: rgb(0,156,24); }
H1.HeaderClassName
{
color: #009C18;
}
.AnyTagClassName
{
color: #009C18;
}
</style>
background-color css
<style>
a { background-color: #009C18; }
a { background-color: rgb(0,156,24); }
div.DivClassName
{
background-color: #009C18;
}
.BgClassName
{
background-color: #009C18;
}
</style>
border-color css
<style>
span { border-color: #009C18; }
span { border-color: rgb(0,156,24); }
td.TdClassName
{
border-color: #009C18;
}
.TagClassName
{
border-color: #009C18;
}
</style>