Shades of Islamic Green #18A610
Tints of Islamic Green #18A610
RGB
CMYK
RGB Variations
Color information
#18A610 (or 0x18A610) is known color: Islamic Green. HEX triplet: 18, A6 and 10. RGB value is (24,166,16). Sum of RGB (Red+Green+Blue) = 24+166+16=206 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.65% from 206); Green value is 166 (65.23% from 255 or 80.58% from 206); Blue value is 16 (6.64% from 255 or 7.77% from 206); Max value from RGB is 166 - color contains mainly: green. Hex color #18A610 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #18A610 is #E759EF. Grayscale: #6A6A6A. Windows color (decimal): -15161840 or 1091096. OLE color: 1091096.
HSL color Cylindrical-coordinate representation of color #18A610: hue angle of 116.8º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18A610 is Cyan = 0.86, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 24 | 166 | 16 | - |
| CMYK | 0.86 | 0 | 0.90 | 0.35 |
| HSL | 116.8º | 0.82% | 0.36% | - |
| HSV(B) | 116.8º | 0.9% | 0.65% | - |
| XYZ | 14.11 | 27.5 | 5.06 | - |
| YUV | 106.44 | 76.96 | 69.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 166 | 16 | 0.86 | 0 | 0.90 | 0.35 | 116.8 | 0.82 | 0.36 |
| Hex | 18 | A6 | 10 | 56 | 0 | 5A | 23 | 75 | 52 | 24 |
| Octal | 30 | 246 | 20 | 126 | 0 | 132 | 43 | 165 | 122 | 44 |
| Binary | 11000 | 10100110 | 10000 | 1010110 | 0 | 1011010 | 100011 | 1110101 | 1010010 | 100100 |
Color Harmonies of #18A610
Complementary color
Monochromatic Colors of #18A610
Black with #18A610
Text Example
Text Example
White with #18A610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A610; }
p { color: rgb(24,166,16); }
H1.HeaderClassName
{
color: #18A610;
}
.AnyTagClassName
{
color: #18A610;
}
</style>
background-color css
<style>
a { background-color: #18A610; }
a { background-color: rgb(24,166,16); }
div.DivClassName
{
background-color: #18A610;
}
.BgClassName
{
background-color: #18A610;
}
</style>
border-color css
<style>
span { border-color: #18A610; }
span { border-color: rgb(24,166,16); }
td.TdClassName
{
border-color: #18A610;
}
.TagClassName
{
border-color: #18A610;
}
</style>