Shades of Islamic Green #18AC07
Tints of Islamic Green #18AC07
RGB
CMYK
RGB Variations
Color information
#18AC07 (or 0x18AC07) is known color: Islamic Green. HEX triplet: 18, AC and 07. RGB value is (24,172,7). Sum of RGB (Red+Green+Blue) = 24+172+7=203 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.82% from 203); Green value is 172 (67.58% from 255 or 84.73% from 203); Blue value is 7 (3.12% from 255 or 3.45% from 203); Max value from RGB is 172 - color contains mainly: green. Hex color #18AC07 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #18AC07 is #E753F8. Grayscale: #6D6D6D. Windows color (decimal): -15160313 or 502808. OLE color: 502808.
HSL color Cylindrical-coordinate representation of color #18AC07: hue angle of 113.82º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #18AC07 is Cyan = 0.86, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 172 | 7 | - |
| CMYK | 0.86 | 0 | 0.96 | 0.33 |
| HSL | 113.82º | 0.92% | 0.35% | - |
| HSV(B) | 113.82º | 0.96% | 0.67% | - |
| XYZ | 15.17 | 29.71 | 5.14 | - |
| YUV | 108.94 | 70.47 | 67.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 172 | 7 | 0.86 | 0 | 0.96 | 0.33 | 113.82 | 0.92 | 0.35 |
| Hex | 18 | AC | 7 | 56 | 0 | 60 | 21 | 72 | 5C | 23 |
| Octal | 30 | 254 | 7 | 126 | 0 | 140 | 41 | 162 | 134 | 43 |
| Binary | 11000 | 10101100 | 111 | 1010110 | 0 | 1100000 | 100001 | 1110010 | 1011100 | 100011 |
Color Harmonies of #18AC07
Complementary color
Monochromatic Colors of #18AC07
Black with #18AC07
Text Example
Text Example
White with #18AC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AC07; }
p { color: rgb(24,172,7); }
H1.HeaderClassName
{
color: #18AC07;
}
.AnyTagClassName
{
color: #18AC07;
}
</style>
background-color css
<style>
a { background-color: #18AC07; }
a { background-color: rgb(24,172,7); }
div.DivClassName
{
background-color: #18AC07;
}
.BgClassName
{
background-color: #18AC07;
}
</style>
border-color css
<style>
span { border-color: #18AC07; }
span { border-color: rgb(24,172,7); }
td.TdClassName
{
border-color: #18AC07;
}
.TagClassName
{
border-color: #18AC07;
}
</style>