Shades of Islamic Green #099800
Tints of Islamic Green #099800
RGB
CMYK
RGB Variations
Color information
#099800 (or 0x099800) is known color: Islamic Green. HEX triplet: 09, 98 and 00. RGB value is (9,152,0). Sum of RGB (Red+Green+Blue) = 9+152+0=161 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.59% from 161); Green value is 152 (59.77% from 255 or 94.41% from 161); Blue value is 0 (0.39% from 255 or 0% from 161); Max value from RGB is 152 - color contains mainly: green. Hex color #099800 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #099800 is #F667FF. Grayscale: #5C5C5C. Windows color (decimal): -16148480 or 38921. OLE color: 38921.
HSL color Cylindrical-coordinate representation of color #099800: hue angle of 116.45º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #099800 is Cyan = 0.94, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 9 | 152 | 0 | - |
| CMYK | 0.94 | 0 | 1 | 0.40 |
| HSL | 116.45º | 1% | 0.3% | - |
| HSV(B) | 116.45º | 1% | 0.6% | - |
| XYZ | 11.34 | 22.51 | 3.75 | - |
| YUV | 91.92 | 76.12 | 68.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 152 | 0 | 0.94 | 0 | 1 | 0.40 | 116.45 | 1 | 0.3 |
| Hex | 9 | 98 | 0 | 5E | 0 | 64 | 28 | 74 | 64 | 1E |
| Octal | 11 | 230 | 0 | 136 | 0 | 144 | 50 | 164 | 144 | 36 |
| Binary | 1001 | 10011000 | 0 | 1011110 | 0 | 1100100 | 101000 | 1110100 | 1100100 | 11110 |
Color Harmonies of #099800
Complementary color
Monochromatic Colors of #099800
Black with #099800
Text Example
Text Example
White with #099800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099800; }
p { color: rgb(9,152,0); }
H1.HeaderClassName
{
color: #099800;
}
.AnyTagClassName
{
color: #099800;
}
</style>
background-color css
<style>
a { background-color: #099800; }
a { background-color: rgb(9,152,0); }
div.DivClassName
{
background-color: #099800;
}
.BgClassName
{
background-color: #099800;
}
</style>
border-color css
<style>
span { border-color: #099800; }
span { border-color: rgb(9,152,0); }
td.TdClassName
{
border-color: #099800;
}
.TagClassName
{
border-color: #099800;
}
</style>