Shades of Islamic Green #18A310
Tints of Islamic Green #18A310
RGB
CMYK
RGB Variations
Color information
#18A310 (or 0x18A310) is known color: Islamic Green. HEX triplet: 18, A3 and 10. RGB value is (24,163,16). Sum of RGB (Red+Green+Blue) = 24+163+16=203 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.82% from 203); Green value is 163 (64.06% from 255 or 80.30% from 203); Blue value is 16 (6.64% from 255 or 7.88% from 203); Max value from RGB is 163 - color contains mainly: green. Hex color #18A310 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #18A310 is #E75CEF. Grayscale: #696969. Windows color (decimal): -15162608 or 1090328. OLE color: 1090328.
HSL color Cylindrical-coordinate representation of color #18A310: hue angle of 116.73º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18A310 is Cyan = 0.85, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 24 | 163 | 16 | - |
| CMYK | 0.85 | 0 | 0.90 | 0.36 |
| HSL | 116.73º | 0.82% | 0.35% | - |
| HSV(B) | 116.73º | 0.9% | 0.64% | - |
| XYZ | 13.57 | 26.43 | 4.88 | - |
| YUV | 104.68 | 77.95 | 70.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 163 | 16 | 0.85 | 0 | 0.90 | 0.36 | 116.73 | 0.82 | 0.35 |
| Hex | 18 | A3 | 10 | 55 | 0 | 5A | 24 | 75 | 52 | 23 |
| Octal | 30 | 243 | 20 | 125 | 0 | 132 | 44 | 165 | 122 | 43 |
| Binary | 11000 | 10100011 | 10000 | 1010101 | 0 | 1011010 | 100100 | 1110101 | 1010010 | 100011 |
Color Harmonies of #18A310
Complementary color
Monochromatic Colors of #18A310
Black with #18A310
Text Example
Text Example
White with #18A310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A310; }
p { color: rgb(24,163,16); }
H1.HeaderClassName
{
color: #18A310;
}
.AnyTagClassName
{
color: #18A310;
}
</style>
background-color css
<style>
a { background-color: #18A310; }
a { background-color: rgb(24,163,16); }
div.DivClassName
{
background-color: #18A310;
}
.BgClassName
{
background-color: #18A310;
}
</style>
border-color css
<style>
span { border-color: #18A310; }
span { border-color: rgb(24,163,16); }
td.TdClassName
{
border-color: #18A310;
}
.TagClassName
{
border-color: #18A310;
}
</style>