Shades of Islamic Green #088D10
Tints of Islamic Green #088D10
RGB
CMYK
RGB Variations
Color information
#088D10 (or 0x088D10) is known color: Islamic Green. HEX triplet: 08, 8D and 10. RGB value is (8,141,16). Sum of RGB (Red+Green+Blue) = 8+141+16=165 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.85% from 165); Green value is 141 (55.47% from 255 or 85.45% from 165); Blue value is 16 (6.64% from 255 or 9.70% from 165); Max value from RGB is 141 - color contains mainly: green. Hex color #088D10 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #088D10 is #F772EF. Grayscale: #575757. Windows color (decimal): -16216816 or 1084680. OLE color: 1084680.
HSL color Cylindrical-coordinate representation of color #088D10: hue angle of 123.61º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088D10 is Cyan = 0.94, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 141 | 16 | - |
| CMYK | 0.94 | 0 | 0.89 | 0.45 |
| HSL | 123.61º | 0.89% | 0.29% | - |
| HSV(B) | 123.61º | 0.94% | 0.55% | - |
| XYZ | 9.72 | 19.14 | 3.67 | - |
| YUV | 86.98 | 87.94 | 71.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 141 | 16 | 0.94 | 0 | 0.89 | 0.45 | 123.61 | 0.89 | 0.29 |
| Hex | 8 | 8D | 10 | 5E | 0 | 59 | 2D | 7C | 59 | 1D |
| Octal | 10 | 215 | 20 | 136 | 0 | 131 | 55 | 174 | 131 | 35 |
| Binary | 1000 | 10001101 | 10000 | 1011110 | 0 | 1011001 | 101101 | 1111100 | 1011001 | 11101 |
Color Harmonies of #088D10
Complementary color
Monochromatic Colors of #088D10
Black with #088D10
Text Example
Text Example
White with #088D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088D10; }
p { color: rgb(8,141,16); }
H1.HeaderClassName
{
color: #088D10;
}
.AnyTagClassName
{
color: #088D10;
}
</style>
background-color css
<style>
a { background-color: #088D10; }
a { background-color: rgb(8,141,16); }
div.DivClassName
{
background-color: #088D10;
}
.BgClassName
{
background-color: #088D10;
}
</style>
border-color css
<style>
span { border-color: #088D10; }
span { border-color: rgb(8,141,16); }
td.TdClassName
{
border-color: #088D10;
}
.TagClassName
{
border-color: #088D10;
}
</style>