Shades of Islamic Green #18C301
Tints of Islamic Green #18C301
RGB
CMYK
RGB Variations
Color information
#18C301 (or 0x18C301) is known color: Islamic Green. HEX triplet: 18, C3 and 01. RGB value is (24,195,1). Sum of RGB (Red+Green+Blue) = 24+195+1=220 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.91% from 220); Green value is 195 (76.56% from 255 or 88.64% from 220); Blue value is 1 (0.78% from 255 or 0.45% from 220); Max value from RGB is 195 - color contains mainly: green. Hex color #18C301 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18C301 is #E73CFE. Grayscale: #7A7A7A. Windows color (decimal): -15154431 or 115480. OLE color: 115480.
HSL color Cylindrical-coordinate representation of color #18C301: hue angle of 112.89º 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 #18C301 is Cyan = 0.88, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 24 | 195 | 1 | - |
| CMYK | 0.88 | 0 | 0.99 | 0.24 |
| HSL | 112.89º | 0.99% | 0.38% | - |
| HSV(B) | 112.89º | 0.99% | 0.76% | - |
| XYZ | 19.9 | 39.23 | 6.55 | - |
| YUV | 121.76 | 59.85 | 58.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 195 | 1 | 0.88 | 0 | 0.99 | 0.24 | 112.89 | 0.99 | 0.38 |
| Hex | 18 | C3 | 1 | 58 | 0 | 63 | 18 | 71 | 63 | 26 |
| Octal | 30 | 303 | 1 | 130 | 0 | 143 | 30 | 161 | 143 | 46 |
| Binary | 11000 | 11000011 | 1 | 1011000 | 0 | 1100011 | 11000 | 1110001 | 1100011 | 100110 |
Color Harmonies of #18C301
Complementary color
Monochromatic Colors of #18C301
Black with #18C301
Text Example
Text Example
White with #18C301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C301; }
p { color: rgb(24,195,1); }
H1.HeaderClassName
{
color: #18C301;
}
.AnyTagClassName
{
color: #18C301;
}
</style>
background-color css
<style>
a { background-color: #18C301; }
a { background-color: rgb(24,195,1); }
div.DivClassName
{
background-color: #18C301;
}
.BgClassName
{
background-color: #18C301;
}
</style>
border-color css
<style>
span { border-color: #18C301; }
span { border-color: rgb(24,195,1); }
td.TdClassName
{
border-color: #18C301;
}
.TagClassName
{
border-color: #18C301;
}
</style>