Shades of Islamic Green #00960B
Tints of Islamic Green #00960B
RGB
CMYK
RGB Variations
Color information
#00960B (or 0x00960B) is known color: Islamic Green. HEX triplet: 00, 96 and 0B. RGB value is (0,150,11). Sum of RGB (Red+Green+Blue) = 0+150+11=161 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 161); Green value is 150 (58.98% from 255 or 93.17% from 161); Blue value is 11 (4.69% from 255 or 6.83% from 161); Max value from RGB is 150 - color contains mainly: green. Hex color #00960B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #00960B is #FF69F4. Grayscale: #595959. Windows color (decimal): -16738805 or 759296. OLE color: 759296.
HSL color Cylindrical-coordinate representation of color #00960B: hue angle of 124.4º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00960B is Cyan = 1, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 0 | 150 | 11 | - |
| CMYK | 1 | 0 | 0.93 | 0.41 |
| HSL | 124.4º | 1% | 0.29% | - |
| HSV(B) | 124.4º | 1% | 0.59% | - |
| XYZ | 10.97 | 21.84 | 3.95 | - |
| YUV | 89.3 | 83.81 | 64.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 150 | 11 | 1 | 0 | 0.93 | 0.41 | 124.4 | 1 | 0.29 |
| Hex | 0 | 96 | B | 64 | 0 | 5D | 29 | 7C | 64 | 1D |
| Octal | 0 | 226 | 13 | 144 | 0 | 135 | 51 | 174 | 144 | 35 |
| Binary | 0 | 10010110 | 1011 | 1100100 | 0 | 1011101 | 101001 | 1111100 | 1100100 | 11101 |
Color Harmonies of #00960B
Complementary color
Monochromatic Colors of #00960B
Black with #00960B
Text Example
Text Example
White with #00960B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00960B; }
p { color: rgb(0,150,11); }
H1.HeaderClassName
{
color: #00960B;
}
.AnyTagClassName
{
color: #00960B;
}
</style>
background-color css
<style>
a { background-color: #00960B; }
a { background-color: rgb(0,150,11); }
div.DivClassName
{
background-color: #00960B;
}
.BgClassName
{
background-color: #00960B;
}
</style>
border-color css
<style>
span { border-color: #00960B; }
span { border-color: rgb(0,150,11); }
td.TdClassName
{
border-color: #00960B;
}
.TagClassName
{
border-color: #00960B;
}
</style>