Shades of Islamic Green #00901C
Tints of Islamic Green #00901C
RGB
CMYK
RGB Variations
Color information
#00901C (or 0x00901C) is known color: Islamic Green. HEX triplet: 00, 90 and 1C. RGB value is (0,144,28). Sum of RGB (Red+Green+Blue) = 0+144+28=172 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 172); Green value is 144 (56.64% from 255 or 83.72% from 172); Blue value is 28 (11.33% from 255 or 16.28% from 172); Max value from RGB is 144 - color contains mainly: green. Hex color #00901C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00901C is #FF6FE3. Grayscale: #585858. Windows color (decimal): -16740324 or 1871872. OLE color: 1871872.
HSL color Cylindrical-coordinate representation of color #00901C: hue angle of 131.67º 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 #00901C is Cyan = 1, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 0 | 144 | 28 | - |
| CMYK | 1 | 0 | 0.81 | 0.44 |
| HSL | 131.67º | 1% | 0.28% | - |
| HSV(B) | 131.67º | 1% | 0.56% | - |
| XYZ | 10.18 | 20.03 | 4.43 | - |
| YUV | 87.72 | 94.29 | 65.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 144 | 28 | 1 | 0 | 0.81 | 0.44 | 131.67 | 1 | 0.28 |
| Hex | 0 | 90 | 1C | 64 | 0 | 51 | 2C | 84 | 64 | 1C |
| Octal | 0 | 220 | 34 | 144 | 0 | 121 | 54 | 204 | 144 | 34 |
| Binary | 0 | 10010000 | 11100 | 1100100 | 0 | 1010001 | 101100 | 10000100 | 1100100 | 11100 |
Color Harmonies of #00901C
Complementary color
Monochromatic Colors of #00901C
Black with #00901C
Text Example
Text Example
White with #00901C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00901C; }
p { color: rgb(0,144,28); }
H1.HeaderClassName
{
color: #00901C;
}
.AnyTagClassName
{
color: #00901C;
}
</style>
background-color css
<style>
a { background-color: #00901C; }
a { background-color: rgb(0,144,28); }
div.DivClassName
{
background-color: #00901C;
}
.BgClassName
{
background-color: #00901C;
}
</style>
border-color css
<style>
span { border-color: #00901C; }
span { border-color: rgb(0,144,28); }
td.TdClassName
{
border-color: #00901C;
}
.TagClassName
{
border-color: #00901C;
}
</style>