Shades of Islamic Green #00990B
Tints of Islamic Green #00990B
RGB
CMYK
RGB Variations
Color information
#00990B (or 0x00990B) is known color: Islamic Green. HEX triplet: 00, 99 and 0B. RGB value is (0,153,11). Sum of RGB (Red+Green+Blue) = 0+153+11=164 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 164); Green value is 153 (60.16% from 255 or 93.29% from 164); Blue value is 11 (4.69% from 255 or 6.71% from 164); Max value from RGB is 153 - color contains mainly: green. Hex color #00990B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #00990B is #FF66F4. Grayscale: #5B5B5B. Windows color (decimal): -16738037 or 760064. OLE color: 760064.
HSL color Cylindrical-coordinate representation of color #00990B: hue angle of 124.31º 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 #00990B is Cyan = 1, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 0 | 153 | 11 | - |
| CMYK | 1 | 0 | 0.93 | 0.4 |
| HSL | 124.31º | 1% | 0.3% | - |
| HSV(B) | 124.31º | 1% | 0.6% | - |
| XYZ | 11.45 | 22.81 | 4.12 | - |
| YUV | 91.07 | 82.81 | 63.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 153 | 11 | 1 | 0 | 0.93 | 0.4 | 124.31 | 1 | 0.3 |
| Hex | 0 | 99 | B | 64 | 0 | 5D | 28 | 7C | 64 | 1E |
| Octal | 0 | 231 | 13 | 144 | 0 | 135 | 50 | 174 | 144 | 36 |
| Binary | 0 | 10011001 | 1011 | 1100100 | 0 | 1011101 | 101000 | 1111100 | 1100100 | 11110 |
Color Harmonies of #00990B
Complementary color
Monochromatic Colors of #00990B
Black with #00990B
Text Example
Text Example
White with #00990B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00990B; }
p { color: rgb(0,153,11); }
H1.HeaderClassName
{
color: #00990B;
}
.AnyTagClassName
{
color: #00990B;
}
</style>
background-color css
<style>
a { background-color: #00990B; }
a { background-color: rgb(0,153,11); }
div.DivClassName
{
background-color: #00990B;
}
.BgClassName
{
background-color: #00990B;
}
</style>
border-color css
<style>
span { border-color: #00990B; }
span { border-color: rgb(0,153,11); }
td.TdClassName
{
border-color: #00990B;
}
.TagClassName
{
border-color: #00990B;
}
</style>