Shades of Islamic Green #00901B
Tints of Islamic Green #00901B
RGB
CMYK
RGB Variations
Color information
#00901B (or 0x00901B) is known color: Islamic Green. HEX triplet: 00, 90 and 1B. RGB value is (0,144,27). Sum of RGB (Red+Green+Blue) = 0+144+27=171 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 171); Green value is 144 (56.64% from 255 or 84.21% from 171); Blue value is 27 (10.94% from 255 or 15.79% from 171); Max value from RGB is 144 - color contains mainly: green. Hex color #00901B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00901B is #FF6FE4. Grayscale: #575757. Windows color (decimal): -16740325 or 1806336. OLE color: 1806336.
HSL color Cylindrical-coordinate representation of color #00901B: hue angle of 131.25º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00901B is Cyan = 1, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 0 | 144 | 27 | - |
| CMYK | 1 | 0 | 0.81 | 0.44 |
| HSL | 131.25º | 1% | 0.28% | - |
| HSV(B) | 131.25º | 1% | 0.56% | - |
| XYZ | 10.17 | 20.03 | 4.37 | - |
| YUV | 87.61 | 93.79 | 65.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 144 | 27 | 1 | 0 | 0.81 | 0.44 | 131.25 | 1 | 0.28 |
| Hex | 0 | 90 | 1B | 64 | 0 | 51 | 2C | 83 | 64 | 1C |
| Octal | 0 | 220 | 33 | 144 | 0 | 121 | 54 | 203 | 144 | 34 |
| Binary | 0 | 10010000 | 11011 | 1100100 | 0 | 1010001 | 101100 | 10000011 | 1100100 | 11100 |
Color Harmonies of #00901B
Complementary color
Monochromatic Colors of #00901B
Black with #00901B
Text Example
Text Example
White with #00901B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00901B; }
p { color: rgb(0,144,27); }
H1.HeaderClassName
{
color: #00901B;
}
.AnyTagClassName
{
color: #00901B;
}
</style>
background-color css
<style>
a { background-color: #00901B; }
a { background-color: rgb(0,144,27); }
div.DivClassName
{
background-color: #00901B;
}
.BgClassName
{
background-color: #00901B;
}
</style>
border-color css
<style>
span { border-color: #00901B; }
span { border-color: rgb(0,144,27); }
td.TdClassName
{
border-color: #00901B;
}
.TagClassName
{
border-color: #00901B;
}
</style>