Shades of Islamic Green #099C05
Tints of Islamic Green #099C05
RGB
CMYK
RGB Variations
Color information
#099C05 (or 0x099C05) is known color: Islamic Green. HEX triplet: 09, 9C and 05. RGB value is (9,156,5). Sum of RGB (Red+Green+Blue) = 9+156+5=170 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.29% from 170); Green value is 156 (61.33% from 255 or 91.76% from 170); Blue value is 5 (2.34% from 255 or 2.94% from 170); Max value from RGB is 156 - color contains mainly: green. Hex color #099C05 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #099C05 is #F663FA. Grayscale: #5F5F5F. Windows color (decimal): -16147451 or 367625. OLE color: 367625.
HSL color Cylindrical-coordinate representation of color #099C05: hue angle of 118.41º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #099C05 is Cyan = 0.94, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 9 | 156 | 5 | - |
| CMYK | 0.94 | 0 | 0.97 | 0.39 |
| HSL | 118.41º | 0.94% | 0.32% | - |
| HSV(B) | 118.41º | 0.97% | 0.61% | - |
| XYZ | 12.03 | 23.85 | 4.11 | - |
| YUV | 94.83 | 77.3 | 66.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 156 | 5 | 0.94 | 0 | 0.97 | 0.39 | 118.41 | 0.94 | 0.32 |
| Hex | 9 | 9C | 5 | 5E | 0 | 61 | 27 | 76 | 5E | 20 |
| Octal | 11 | 234 | 5 | 136 | 0 | 141 | 47 | 166 | 136 | 40 |
| Binary | 1001 | 10011100 | 101 | 1011110 | 0 | 1100001 | 100111 | 1110110 | 1011110 | 100000 |
Color Harmonies of #099C05
Complementary color
Monochromatic Colors of #099C05
Black with #099C05
Text Example
Text Example
White with #099C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099C05; }
p { color: rgb(9,156,5); }
H1.HeaderClassName
{
color: #099C05;
}
.AnyTagClassName
{
color: #099C05;
}
</style>
background-color css
<style>
a { background-color: #099C05; }
a { background-color: rgb(9,156,5); }
div.DivClassName
{
background-color: #099C05;
}
.BgClassName
{
background-color: #099C05;
}
</style>
border-color css
<style>
span { border-color: #099C05; }
span { border-color: rgb(9,156,5); }
td.TdClassName
{
border-color: #099C05;
}
.TagClassName
{
border-color: #099C05;
}
</style>