Shades of Islamic Green #18AC02
Tints of Islamic Green #18AC02
RGB
CMYK
RGB Variations
Color information
#18AC02 (or 0x18AC02) is known color: Islamic Green. HEX triplet: 18, AC and 02. RGB value is (24,172,2). Sum of RGB (Red+Green+Blue) = 24+172+2=198 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.12% from 198); Green value is 172 (67.58% from 255 or 86.87% from 198); Blue value is 2 (1.17% from 255 or 1.01% from 198); Max value from RGB is 172 - color contains mainly: green. Hex color #18AC02 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #18AC02 is #E753FD. Grayscale: #6C6C6C. Windows color (decimal): -15160318 or 175128. OLE color: 175128.
HSL color Cylindrical-coordinate representation of color #18AC02: hue angle of 112.24º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #18AC02 is Cyan = 0.86, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 172 | 2 | - |
| CMYK | 0.86 | 0 | 0.99 | 0.33 |
| HSL | 112.24º | 0.98% | 0.34% | - |
| HSV(B) | 112.24º | 0.99% | 0.67% | - |
| XYZ | 15.14 | 29.7 | 4.99 | - |
| YUV | 108.37 | 67.97 | 67.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 172 | 2 | 0.86 | 0 | 0.99 | 0.33 | 112.24 | 0.98 | 0.34 |
| Hex | 18 | AC | 2 | 56 | 0 | 63 | 21 | 70 | 62 | 22 |
| Octal | 30 | 254 | 2 | 126 | 0 | 143 | 41 | 160 | 142 | 42 |
| Binary | 11000 | 10101100 | 10 | 1010110 | 0 | 1100011 | 100001 | 1110000 | 1100010 | 100010 |
Color Harmonies of #18AC02
Complementary color
Monochromatic Colors of #18AC02
Black with #18AC02
Text Example
Text Example
White with #18AC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AC02; }
p { color: rgb(24,172,2); }
H1.HeaderClassName
{
color: #18AC02;
}
.AnyTagClassName
{
color: #18AC02;
}
</style>
background-color css
<style>
a { background-color: #18AC02; }
a { background-color: rgb(24,172,2); }
div.DivClassName
{
background-color: #18AC02;
}
.BgClassName
{
background-color: #18AC02;
}
</style>
border-color css
<style>
span { border-color: #18AC02; }
span { border-color: rgb(24,172,2); }
td.TdClassName
{
border-color: #18AC02;
}
.TagClassName
{
border-color: #18AC02;
}
</style>