Shades of Islamic Green #009C05
Tints of Islamic Green #009C05
RGB
CMYK
RGB Variations
Color information
#009C05 (or 0x009C05) is known color: Islamic Green. HEX triplet: 00, 9C and 05. RGB value is (0,156,5). Sum of RGB (Red+Green+Blue) = 0+156+5=161 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 161); Green value is 156 (61.33% from 255 or 96.89% from 161); Blue value is 5 (2.34% from 255 or 3.11% from 161); Max value from RGB is 156 - color contains mainly: green. Hex color #009C05 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #009C05 is #FF63FA. Grayscale: #5C5C5C. Windows color (decimal): -16737275 or 367616. OLE color: 367616.
HSL color Cylindrical-coordinate representation of color #009C05: hue angle of 121.92º 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 #009C05 is Cyan = 1, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 0 | 156 | 5 | - |
| CMYK | 1 | 0 | 0.97 | 0.39 |
| HSL | 121.92º | 1% | 0.31% | - |
| HSV(B) | 121.92º | 1% | 0.61% | - |
| XYZ | 11.92 | 23.79 | 4.11 | - |
| YUV | 92.14 | 78.82 | 62.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 156 | 5 | 1 | 0 | 0.97 | 0.39 | 121.92 | 1 | 0.31 |
| Hex | 0 | 9C | 5 | 64 | 0 | 61 | 27 | 7A | 64 | 1F |
| Octal | 0 | 234 | 5 | 144 | 0 | 141 | 47 | 172 | 144 | 37 |
| Binary | 0 | 10011100 | 101 | 1100100 | 0 | 1100001 | 100111 | 1111010 | 1100100 | 11111 |
Color Harmonies of #009C05
Complementary color
Monochromatic Colors of #009C05
Black with #009C05
Text Example
Text Example
White with #009C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009C05; }
p { color: rgb(0,156,5); }
H1.HeaderClassName
{
color: #009C05;
}
.AnyTagClassName
{
color: #009C05;
}
</style>
background-color css
<style>
a { background-color: #009C05; }
a { background-color: rgb(0,156,5); }
div.DivClassName
{
background-color: #009C05;
}
.BgClassName
{
background-color: #009C05;
}
</style>
border-color css
<style>
span { border-color: #009C05; }
span { border-color: rgb(0,156,5); }
td.TdClassName
{
border-color: #009C05;
}
.TagClassName
{
border-color: #009C05;
}
</style>