Shades of Islamic Green #18C606
Tints of Islamic Green #18C606
RGB
CMYK
RGB Variations
Color information
#18C606 (or 0x18C606) is known color: Islamic Green. HEX triplet: 18, C6 and 06. RGB value is (24,198,6). Sum of RGB (Red+Green+Blue) = 24+198+6=228 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.53% from 228); Green value is 198 (77.73% from 255 or 86.84% from 228); Blue value is 6 (2.73% from 255 or 2.63% from 228); Max value from RGB is 198 - color contains mainly: green. Hex color #18C606 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18C606 is #E739F9. Grayscale: #7C7C7C. Windows color (decimal): -15153658 or 443928. OLE color: 443928.
HSL color Cylindrical-coordinate representation of color #18C606: hue angle of 114.38º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #18C606 is Cyan = 0.88, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 24 | 198 | 6 | - |
| CMYK | 0.88 | 0 | 0.97 | 0.22 |
| HSL | 114.38º | 0.94% | 0.4% | - |
| HSV(B) | 114.38º | 0.97% | 0.78% | - |
| XYZ | 20.6 | 40.6 | 6.92 | - |
| YUV | 124.09 | 61.35 | 56.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 198 | 6 | 0.88 | 0 | 0.97 | 0.22 | 114.38 | 0.94 | 0.4 |
| Hex | 18 | C6 | 6 | 58 | 0 | 61 | 16 | 72 | 5E | 28 |
| Octal | 30 | 306 | 6 | 130 | 0 | 141 | 26 | 162 | 136 | 50 |
| Binary | 11000 | 11000110 | 110 | 1011000 | 0 | 1100001 | 10110 | 1110010 | 1011110 | 101000 |
Color Harmonies of #18C606
Complementary color
Monochromatic Colors of #18C606
Black with #18C606
Text Example
Text Example
White with #18C606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C606; }
p { color: rgb(24,198,6); }
H1.HeaderClassName
{
color: #18C606;
}
.AnyTagClassName
{
color: #18C606;
}
</style>
background-color css
<style>
a { background-color: #18C606; }
a { background-color: rgb(24,198,6); }
div.DivClassName
{
background-color: #18C606;
}
.BgClassName
{
background-color: #18C606;
}
</style>
border-color css
<style>
span { border-color: #18C606; }
span { border-color: rgb(24,198,6); }
td.TdClassName
{
border-color: #18C606;
}
.TagClassName
{
border-color: #18C606;
}
</style>