Shades of Islamic Green #108D02
Tints of Islamic Green #108D02
RGB
CMYK
RGB Variations
Color information
#108D02 (or 0x108D02) is known color: Islamic Green. HEX triplet: 10, 8D and 02. RGB value is (16,141,2). Sum of RGB (Red+Green+Blue) = 16+141+2=159 (21% of max value = 765). Red value is 16 (6.64% from 255 or 10.06% from 159); Green value is 141 (55.47% from 255 or 88.68% from 159); Blue value is 2 (1.17% from 255 or 1.26% from 159); Max value from RGB is 141 - color contains mainly: green. Hex color #108D02 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #108D02 is #EF72FD. Grayscale: #585858. Windows color (decimal): -15692542 or 167184. OLE color: 167184.
HSL color Cylindrical-coordinate representation of color #108D02: hue angle of 113.96º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #108D02 is Cyan = 0.89, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 141 | 2 | - |
| CMYK | 0.89 | 0 | 0.99 | 0.45 |
| HSL | 113.96º | 0.97% | 0.28% | - |
| HSV(B) | 113.96º | 0.99% | 0.55% | - |
| XYZ | 9.75 | 19.16 | 3.24 | - |
| YUV | 87.78 | 79.59 | 76.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 141 | 2 | 0.89 | 0 | 0.99 | 0.45 | 113.96 | 0.97 | 0.28 |
| Hex | 10 | 8D | 2 | 59 | 0 | 63 | 2D | 72 | 61 | 1C |
| Octal | 20 | 215 | 2 | 131 | 0 | 143 | 55 | 162 | 141 | 34 |
| Binary | 10000 | 10001101 | 10 | 1011001 | 0 | 1100011 | 101101 | 1110010 | 1100001 | 11100 |
Color Harmonies of #108D02
Complementary color
Monochromatic Colors of #108D02
Black with #108D02
Text Example
Text Example
White with #108D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108D02; }
p { color: rgb(16,141,2); }
H1.HeaderClassName
{
color: #108D02;
}
.AnyTagClassName
{
color: #108D02;
}
</style>
background-color css
<style>
a { background-color: #108D02; }
a { background-color: rgb(16,141,2); }
div.DivClassName
{
background-color: #108D02;
}
.BgClassName
{
background-color: #108D02;
}
</style>
border-color css
<style>
span { border-color: #108D02; }
span { border-color: rgb(16,141,2); }
td.TdClassName
{
border-color: #108D02;
}
.TagClassName
{
border-color: #108D02;
}
</style>