Shades of Islamic Green #18A202
Tints of Islamic Green #18A202
RGB
CMYK
RGB Variations
Color information
#18A202 (or 0x18A202) is known color: Islamic Green. HEX triplet: 18, A2 and 02. RGB value is (24,162,2). Sum of RGB (Red+Green+Blue) = 24+162+2=188 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.77% from 188); Green value is 162 (63.67% from 255 or 86.17% from 188); Blue value is 2 (1.17% from 255 or 1.06% from 188); Max value from RGB is 162 - color contains mainly: green. Hex color #18A202 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #18A202 is #E75DFD. Grayscale: #676767. Windows color (decimal): -15162878 or 172568. OLE color: 172568.
HSL color Cylindrical-coordinate representation of color #18A202: hue angle of 111.75º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #18A202 is Cyan = 0.85, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 24 | 162 | 2 | - |
| CMYK | 0.85 | 0 | 0.99 | 0.36 |
| HSL | 111.75º | 0.98% | 0.32% | - |
| HSV(B) | 111.75º | 0.99% | 0.64% | - |
| XYZ | 13.31 | 26.04 | 4.38 | - |
| YUV | 102.5 | 71.28 | 72.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 162 | 2 | 0.85 | 0 | 0.99 | 0.36 | 111.75 | 0.98 | 0.32 |
| Hex | 18 | A2 | 2 | 55 | 0 | 63 | 24 | 70 | 62 | 20 |
| Octal | 30 | 242 | 2 | 125 | 0 | 143 | 44 | 160 | 142 | 40 |
| Binary | 11000 | 10100010 | 10 | 1010101 | 0 | 1100011 | 100100 | 1110000 | 1100010 | 100000 |
Color Harmonies of #18A202
Complementary color
Monochromatic Colors of #18A202
Black with #18A202
Text Example
Text Example
White with #18A202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A202; }
p { color: rgb(24,162,2); }
H1.HeaderClassName
{
color: #18A202;
}
.AnyTagClassName
{
color: #18A202;
}
</style>
background-color css
<style>
a { background-color: #18A202; }
a { background-color: rgb(24,162,2); }
div.DivClassName
{
background-color: #18A202;
}
.BgClassName
{
background-color: #18A202;
}
</style>
border-color css
<style>
span { border-color: #18A202; }
span { border-color: rgb(24,162,2); }
td.TdClassName
{
border-color: #18A202;
}
.TagClassName
{
border-color: #18A202;
}
</style>