Shades of Islamic Green #099D1D
Tints of Islamic Green #099D1D
RGB
CMYK
RGB Variations
Color information
#099D1D (or 0x099D1D) is known color: Islamic Green. HEX triplet: 09, 9D and 1D. RGB value is (9,157,29). Sum of RGB (Red+Green+Blue) = 9+157+29=195 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.62% from 195); Green value is 157 (61.72% from 255 or 80.51% from 195); Blue value is 29 (11.72% from 255 or 14.87% from 195); Max value from RGB is 157 - color contains mainly: green. Hex color #099D1D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #099D1D is #F662E2. Grayscale: #626262. Windows color (decimal): -16147171 or 1940745. OLE color: 1940745.
HSL color Cylindrical-coordinate representation of color #099D1D: hue angle of 128.11º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099D1D is Cyan = 0.94, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 9 | 157 | 29 | - |
| CMYK | 0.94 | 0 | 0.82 | 0.38 |
| HSL | 128.11º | 0.89% | 0.33% | - |
| HSV(B) | 128.11º | 0.94% | 0.62% | - |
| XYZ | 12.39 | 24.26 | 5.19 | - |
| YUV | 98.16 | 88.97 | 64.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 157 | 29 | 0.94 | 0 | 0.82 | 0.38 | 128.11 | 0.89 | 0.33 |
| Hex | 9 | 9D | 1D | 5E | 0 | 52 | 26 | 80 | 59 | 21 |
| Octal | 11 | 235 | 35 | 136 | 0 | 122 | 46 | 200 | 131 | 41 |
| Binary | 1001 | 10011101 | 11101 | 1011110 | 0 | 1010010 | 100110 | 10000000 | 1011001 | 100001 |
Color Harmonies of #099D1D
Complementary color
Monochromatic Colors of #099D1D
Black with #099D1D
Text Example
Text Example
White with #099D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099D1D; }
p { color: rgb(9,157,29); }
H1.HeaderClassName
{
color: #099D1D;
}
.AnyTagClassName
{
color: #099D1D;
}
</style>
background-color css
<style>
a { background-color: #099D1D; }
a { background-color: rgb(9,157,29); }
div.DivClassName
{
background-color: #099D1D;
}
.BgClassName
{
background-color: #099D1D;
}
</style>
border-color css
<style>
span { border-color: #099D1D; }
span { border-color: rgb(9,157,29); }
td.TdClassName
{
border-color: #099D1D;
}
.TagClassName
{
border-color: #099D1D;
}
</style>