Shades of Islamic Green #00961D
Tints of Islamic Green #00961D
RGB
CMYK
RGB Variations
Color information
#00961D (or 0x00961D) is known color: Islamic Green. HEX triplet: 00, 96 and 1D. RGB value is (0,150,29). Sum of RGB (Red+Green+Blue) = 0+150+29=179 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 179); Green value is 150 (58.98% from 255 or 83.80% from 179); Blue value is 29 (11.72% from 255 or 16.20% from 179); Max value from RGB is 150 - color contains mainly: green. Hex color #00961D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00961D is #FF69E2. Grayscale: #5B5B5B. Windows color (decimal): -16738787 or 1938944. OLE color: 1938944.
HSL color Cylindrical-coordinate representation of color #00961D: hue angle of 131.6º 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 #00961D is Cyan = 1, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 0 | 150 | 29 | - |
| CMYK | 1 | 0 | 0.81 | 0.41 |
| HSL | 131.6º | 1% | 0.29% | - |
| HSV(B) | 131.6º | 1% | 0.59% | - |
| XYZ | 11.13 | 21.9 | 4.8 | - |
| YUV | 91.36 | 92.81 | 62.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 150 | 29 | 1 | 0 | 0.81 | 0.41 | 131.6 | 1 | 0.29 |
| Hex | 0 | 96 | 1D | 64 | 0 | 51 | 29 | 84 | 64 | 1D |
| Octal | 0 | 226 | 35 | 144 | 0 | 121 | 51 | 204 | 144 | 35 |
| Binary | 0 | 10010110 | 11101 | 1100100 | 0 | 1010001 | 101001 | 10000100 | 1100100 | 11101 |
Color Harmonies of #00961D
Complementary color
Monochromatic Colors of #00961D
Black with #00961D
Text Example
Text Example
White with #00961D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00961D; }
p { color: rgb(0,150,29); }
H1.HeaderClassName
{
color: #00961D;
}
.AnyTagClassName
{
color: #00961D;
}
</style>
background-color css
<style>
a { background-color: #00961D; }
a { background-color: rgb(0,150,29); }
div.DivClassName
{
background-color: #00961D;
}
.BgClassName
{
background-color: #00961D;
}
</style>
border-color css
<style>
span { border-color: #00961D; }
span { border-color: rgb(0,150,29); }
td.TdClassName
{
border-color: #00961D;
}
.TagClassName
{
border-color: #00961D;
}
</style>