Shades of Islamic Green #18C900
Tints of Islamic Green #18C900
RGB
CMYK
RGB Variations
Color information
#18C900 (or 0x18C900) is known color: Islamic Green. HEX triplet: 18, C9 and 00. RGB value is (24,201,0). Sum of RGB (Red+Green+Blue) = 24+201+0=225 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.67% from 225); Green value is 201 (78.91% from 255 or 89.33% from 225); Blue value is 0 (0.39% from 255 or 0% from 225); Max value from RGB is 201 - color contains mainly: green. Hex color #18C900 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18C900 is #E736FF. Grayscale: #7D7D7D. Windows color (decimal): -15152896 or 51480. OLE color: 51480.
HSL color Cylindrical-coordinate representation of color #18C900: hue angle of 112.84º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #18C900 is Cyan = 0.88, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 24 | 201 | 0 | - |
| CMYK | 0.88 | 0 | 1 | 0.21 |
| HSL | 112.84º | 1% | 0.39% | - |
| HSV(B) | 112.84º | 1% | 0.79% | - |
| XYZ | 21.26 | 41.97 | 6.98 | - |
| YUV | 125.16 | 57.36 | 55.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 201 | 0 | 0.88 | 0 | 1 | 0.21 | 112.84 | 1 | 0.39 |
| Hex | 18 | C9 | 0 | 58 | 0 | 64 | 15 | 71 | 64 | 27 |
| Octal | 30 | 311 | 0 | 130 | 0 | 144 | 25 | 161 | 144 | 47 |
| Binary | 11000 | 11001001 | 0 | 1011000 | 0 | 1100100 | 10101 | 1110001 | 1100100 | 100111 |
Color Harmonies of #18C900
Complementary color
Monochromatic Colors of #18C900
Black with #18C900
Text Example
Text Example
White with #18C900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C900; }
p { color: rgb(24,201,0); }
H1.HeaderClassName
{
color: #18C900;
}
.AnyTagClassName
{
color: #18C900;
}
</style>
background-color css
<style>
a { background-color: #18C900; }
a { background-color: rgb(24,201,0); }
div.DivClassName
{
background-color: #18C900;
}
.BgClassName
{
background-color: #18C900;
}
</style>
border-color css
<style>
span { border-color: #18C900; }
span { border-color: rgb(24,201,0); }
td.TdClassName
{
border-color: #18C900;
}
.TagClassName
{
border-color: #18C900;
}
</style>