Shades of Islamic Green #18C400
Tints of Islamic Green #18C400
RGB
CMYK
RGB Variations
Color information
#18C400 (or 0x18C400) is known color: Islamic Green. HEX triplet: 18, C4 and 00. RGB value is (24,196,0). Sum of RGB (Red+Green+Blue) = 24+196+0=220 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.91% from 220); Green value is 196 (76.95% from 255 or 89.09% from 220); Blue value is 0 (0.39% from 255 or 0% from 220); Max value from RGB is 196 - color contains mainly: green. Hex color #18C400 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18C400 is #E73BFF. Grayscale: #7A7A7A. Windows color (decimal): -15154176 or 50200. OLE color: 50200.
HSL color Cylindrical-coordinate representation of color #18C400: hue angle of 112.65º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #18C400 is Cyan = 0.88, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 24 | 196 | 0 | - |
| CMYK | 0.88 | 0 | 1 | 0.23 |
| HSL | 112.65º | 1% | 0.38% | - |
| HSV(B) | 112.65º | 1% | 0.77% | - |
| XYZ | 20.12 | 39.67 | 6.6 | - |
| YUV | 122.23 | 59.02 | 57.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 196 | 0 | 0.88 | 0 | 1 | 0.23 | 112.65 | 1 | 0.38 |
| Hex | 18 | C4 | 0 | 58 | 0 | 64 | 17 | 71 | 64 | 26 |
| Octal | 30 | 304 | 0 | 130 | 0 | 144 | 27 | 161 | 144 | 46 |
| Binary | 11000 | 11000100 | 0 | 1011000 | 0 | 1100100 | 10111 | 1110001 | 1100100 | 100110 |
Color Harmonies of #18C400
Complementary color
Monochromatic Colors of #18C400
Black with #18C400
Text Example
Text Example
White with #18C400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C400; }
p { color: rgb(24,196,0); }
H1.HeaderClassName
{
color: #18C400;
}
.AnyTagClassName
{
color: #18C400;
}
</style>
background-color css
<style>
a { background-color: #18C400; }
a { background-color: rgb(24,196,0); }
div.DivClassName
{
background-color: #18C400;
}
.BgClassName
{
background-color: #18C400;
}
</style>
border-color css
<style>
span { border-color: #18C400; }
span { border-color: rgb(24,196,0); }
td.TdClassName
{
border-color: #18C400;
}
.TagClassName
{
border-color: #18C400;
}
</style>