Shades of Islamic Green #159000
Tints of Islamic Green #159000
RGB
CMYK
RGB Variations
Color information
#159000 (or 0x159000) is known color: Islamic Green. HEX triplet: 15, 90 and 00. RGB value is (21,144,0). Sum of RGB (Red+Green+Blue) = 21+144+0=165 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.73% from 165); Green value is 144 (56.64% from 255 or 87.27% from 165); Blue value is 0 (0.39% from 255 or 0% from 165); Max value from RGB is 144 - color contains mainly: green. Hex color #159000 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #159000 is #EA6FFF. Grayscale: #5B5B5B. Windows color (decimal): -15364096 or 36885. OLE color: 36885.
HSL color Cylindrical-coordinate representation of color #159000: hue angle of 111.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 #159000 is Cyan = 0.85, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 21 | 144 | 0 | - |
| CMYK | 0.85 | 0 | 1 | 0.44 |
| HSL | 111.25º | 1% | 0.28% | - |
| HSV(B) | 111.25º | 1% | 0.56% | - |
| XYZ | 10.28 | 20.11 | 3.34 | - |
| YUV | 90.81 | 76.75 | 78.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 144 | 0 | 0.85 | 0 | 1 | 0.44 | 111.25 | 1 | 0.28 |
| Hex | 15 | 90 | 0 | 55 | 0 | 64 | 2C | 6F | 64 | 1C |
| Octal | 25 | 220 | 0 | 125 | 0 | 144 | 54 | 157 | 144 | 34 |
| Binary | 10101 | 10010000 | 0 | 1010101 | 0 | 1100100 | 101100 | 1101111 | 1100100 | 11100 |
Color Harmonies of #159000
Complementary color
Monochromatic Colors of #159000
Black with #159000
Text Example
Text Example
White with #159000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159000; }
p { color: rgb(21,144,0); }
H1.HeaderClassName
{
color: #159000;
}
.AnyTagClassName
{
color: #159000;
}
</style>
background-color css
<style>
a { background-color: #159000; }
a { background-color: rgb(21,144,0); }
div.DivClassName
{
background-color: #159000;
}
.BgClassName
{
background-color: #159000;
}
</style>
border-color css
<style>
span { border-color: #159000; }
span { border-color: rgb(21,144,0); }
td.TdClassName
{
border-color: #159000;
}
.TagClassName
{
border-color: #159000;
}
</style>