Shades of Islamic Green #099F1B
Tints of Islamic Green #099F1B
RGB
CMYK
RGB Variations
Color information
#099F1B (or 0x099F1B) is known color: Islamic Green. HEX triplet: 09, 9F and 1B. RGB value is (9,159,27). Sum of RGB (Red+Green+Blue) = 9+159+27=195 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.62% from 195); Green value is 159 (62.5% from 255 or 81.54% from 195); Blue value is 27 (10.94% from 255 or 13.85% from 195); Max value from RGB is 159 - color contains mainly: green. Hex color #099F1B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #099F1B is #F660E4. Grayscale: #636363. Windows color (decimal): -16146661 or 1810185. OLE color: 1810185.
HSL color Cylindrical-coordinate representation of color #099F1B: hue angle of 127.2º 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 #099F1B is Cyan = 0.94, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 9 | 159 | 27 | - |
| CMYK | 0.94 | 0 | 0.83 | 0.38 |
| HSL | 127.2º | 0.89% | 0.33% | - |
| HSV(B) | 127.2º | 0.94% | 0.62% | - |
| XYZ | 12.71 | 24.93 | 5.18 | - |
| YUV | 99.1 | 87.31 | 63.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 159 | 27 | 0.94 | 0 | 0.83 | 0.38 | 127.2 | 0.89 | 0.33 |
| Hex | 9 | 9F | 1B | 5E | 0 | 53 | 26 | 7F | 59 | 21 |
| Octal | 11 | 237 | 33 | 136 | 0 | 123 | 46 | 177 | 131 | 41 |
| Binary | 1001 | 10011111 | 11011 | 1011110 | 0 | 1010011 | 100110 | 1111111 | 1011001 | 100001 |
Color Harmonies of #099F1B
Complementary color
Monochromatic Colors of #099F1B
Black with #099F1B
Text Example
Text Example
White with #099F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099F1B; }
p { color: rgb(9,159,27); }
H1.HeaderClassName
{
color: #099F1B;
}
.AnyTagClassName
{
color: #099F1B;
}
</style>
background-color css
<style>
a { background-color: #099F1B; }
a { background-color: rgb(9,159,27); }
div.DivClassName
{
background-color: #099F1B;
}
.BgClassName
{
background-color: #099F1B;
}
</style>
border-color css
<style>
span { border-color: #099F1B; }
span { border-color: rgb(9,159,27); }
td.TdClassName
{
border-color: #099F1B;
}
.TagClassName
{
border-color: #099F1B;
}
</style>