Shades of Islamic Green #18AA0B
Tints of Islamic Green #18AA0B
RGB
CMYK
RGB Variations
Color information
#18AA0B (or 0x18AA0B) is known color: Islamic Green. HEX triplet: 18, AA and 0B. RGB value is (24,170,11). Sum of RGB (Red+Green+Blue) = 24+170+11=205 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.71% from 205); Green value is 170 (66.80% from 255 or 82.93% from 205); Blue value is 11 (4.69% from 255 or 5.37% from 205); Max value from RGB is 170 - color contains mainly: green. Hex color #18AA0B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #18AA0B is #E755F4. Grayscale: #6C6C6C. Windows color (decimal): -15160821 or 764440. OLE color: 764440.
HSL color Cylindrical-coordinate representation of color #18AA0B: hue angle of 115.09º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #18AA0B is Cyan = 0.86, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 170 | 11 | - |
| CMYK | 0.86 | 0 | 0.94 | 0.33 |
| HSL | 115.09º | 0.88% | 0.35% | - |
| HSV(B) | 115.09º | 0.94% | 0.67% | - |
| XYZ | 14.81 | 28.97 | 5.13 | - |
| YUV | 108.22 | 73.13 | 67.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 170 | 11 | 0.86 | 0 | 0.94 | 0.33 | 115.09 | 0.88 | 0.35 |
| Hex | 18 | AA | B | 56 | 0 | 5E | 21 | 73 | 58 | 23 |
| Octal | 30 | 252 | 13 | 126 | 0 | 136 | 41 | 163 | 130 | 43 |
| Binary | 11000 | 10101010 | 1011 | 1010110 | 0 | 1011110 | 100001 | 1110011 | 1011000 | 100011 |
Color Harmonies of #18AA0B
Complementary color
Monochromatic Colors of #18AA0B
Black with #18AA0B
Text Example
Text Example
White with #18AA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AA0B; }
p { color: rgb(24,170,11); }
H1.HeaderClassName
{
color: #18AA0B;
}
.AnyTagClassName
{
color: #18AA0B;
}
</style>
background-color css
<style>
a { background-color: #18AA0B; }
a { background-color: rgb(24,170,11); }
div.DivClassName
{
background-color: #18AA0B;
}
.BgClassName
{
background-color: #18AA0B;
}
</style>
border-color css
<style>
span { border-color: #18AA0B; }
span { border-color: rgb(24,170,11); }
td.TdClassName
{
border-color: #18AA0B;
}
.TagClassName
{
border-color: #18AA0B;
}
</style>