Shades of Islamic Green #18C201
Tints of Islamic Green #18C201
RGB
CMYK
RGB Variations
Color information
#18C201 (or 0x18C201) is known color: Islamic Green. HEX triplet: 18, C2 and 01. RGB value is (24,194,1). Sum of RGB (Red+Green+Blue) = 24+194+1=219 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.96% from 219); Green value is 194 (76.17% from 255 or 88.58% from 219); Blue value is 1 (0.78% from 255 or 0.46% from 219); Max value from RGB is 194 - color contains mainly: green. Hex color #18C201 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18C201 is #E73DFE. Grayscale: #797979. Windows color (decimal): -15154687 or 115224. OLE color: 115224.
HSL color Cylindrical-coordinate representation of color #18C201: hue angle of 112.85º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #18C201 is Cyan = 0.88, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 24 | 194 | 1 | - |
| CMYK | 0.88 | 0 | 0.99 | 0.24 |
| HSL | 112.85º | 0.99% | 0.38% | - |
| HSV(B) | 112.85º | 0.99% | 0.76% | - |
| XYZ | 19.67 | 38.78 | 6.48 | - |
| YUV | 121.17 | 60.18 | 58.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 194 | 1 | 0.88 | 0 | 0.99 | 0.24 | 112.85 | 0.99 | 0.38 |
| Hex | 18 | C2 | 1 | 58 | 0 | 63 | 18 | 71 | 63 | 26 |
| Octal | 30 | 302 | 1 | 130 | 0 | 143 | 30 | 161 | 143 | 46 |
| Binary | 11000 | 11000010 | 1 | 1011000 | 0 | 1100011 | 11000 | 1110001 | 1100011 | 100110 |
Color Harmonies of #18C201
Complementary color
Monochromatic Colors of #18C201
Black with #18C201
Text Example
Text Example
White with #18C201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C201; }
p { color: rgb(24,194,1); }
H1.HeaderClassName
{
color: #18C201;
}
.AnyTagClassName
{
color: #18C201;
}
</style>
background-color css
<style>
a { background-color: #18C201; }
a { background-color: rgb(24,194,1); }
div.DivClassName
{
background-color: #18C201;
}
.BgClassName
{
background-color: #18C201;
}
</style>
border-color css
<style>
span { border-color: #18C201; }
span { border-color: rgb(24,194,1); }
td.TdClassName
{
border-color: #18C201;
}
.TagClassName
{
border-color: #18C201;
}
</style>