Shades of Islamic Green #009C1C
Tints of Islamic Green #009C1C
RGB
CMYK
RGB Variations
Color information
#009C1C (or 0x009C1C) is known color: Islamic Green. HEX triplet: 00, 9C and 1C. RGB value is (0,156,28). Sum of RGB (Red+Green+Blue) = 0+156+28=184 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 184); Green value is 156 (61.33% from 255 or 84.78% from 184); Blue value is 28 (11.33% from 255 or 15.22% from 184); Max value from RGB is 156 - color contains mainly: green. Hex color #009C1C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #009C1C is #FF63E3. Grayscale: #5F5F5F. Windows color (decimal): -16737252 or 1874944. OLE color: 1874944.
HSL color Cylindrical-coordinate representation of color #009C1C: hue angle of 130.77º 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 #009C1C is Cyan = 1, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 0 | 156 | 28 | - |
| CMYK | 1 | 0 | 0.82 | 0.39 |
| HSL | 130.77º | 1% | 0.31% | - |
| HSV(B) | 130.77º | 1% | 0.61% | - |
| XYZ | 12.1 | 23.86 | 5.07 | - |
| YUV | 94.76 | 90.32 | 60.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 156 | 28 | 1 | 0 | 0.82 | 0.39 | 130.77 | 1 | 0.31 |
| Hex | 0 | 9C | 1C | 64 | 0 | 52 | 27 | 83 | 64 | 1F |
| Octal | 0 | 234 | 34 | 144 | 0 | 122 | 47 | 203 | 144 | 37 |
| Binary | 0 | 10011100 | 11100 | 1100100 | 0 | 1010010 | 100111 | 10000011 | 1100100 | 11111 |
Color Harmonies of #009C1C
Complementary color
Monochromatic Colors of #009C1C
Black with #009C1C
Text Example
Text Example
White with #009C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009C1C; }
p { color: rgb(0,156,28); }
H1.HeaderClassName
{
color: #009C1C;
}
.AnyTagClassName
{
color: #009C1C;
}
</style>
background-color css
<style>
a { background-color: #009C1C; }
a { background-color: rgb(0,156,28); }
div.DivClassName
{
background-color: #009C1C;
}
.BgClassName
{
background-color: #009C1C;
}
</style>
border-color css
<style>
span { border-color: #009C1C; }
span { border-color: rgb(0,156,28); }
td.TdClassName
{
border-color: #009C1C;
}
.TagClassName
{
border-color: #009C1C;
}
</style>