Shades of Islamic Green #18C309
Tints of Islamic Green #18C309
RGB
CMYK
RGB Variations
Color information
#18C309 (or 0x18C309) is known color: Islamic Green. HEX triplet: 18, C3 and 09. RGB value is (24,195,9). Sum of RGB (Red+Green+Blue) = 24+195+9=228 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.53% from 228); Green value is 195 (76.56% from 255 or 85.53% from 228); Blue value is 9 (3.91% from 255 or 3.95% from 228); Max value from RGB is 195 - color contains mainly: green. Hex color #18C309 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18C309 is #E73CF6. Grayscale: #7B7B7B. Windows color (decimal): -15154423 or 639768. OLE color: 639768.
HSL color Cylindrical-coordinate representation of color #18C309: hue angle of 115.16º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #18C309 is Cyan = 0.88, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 24 | 195 | 9 | - |
| CMYK | 0.88 | 0 | 0.95 | 0.24 |
| HSL | 115.16º | 0.91% | 0.4% | - |
| HSV(B) | 115.16º | 0.95% | 0.76% | - |
| XYZ | 19.94 | 39.24 | 6.78 | - |
| YUV | 122.67 | 63.85 | 57.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 195 | 9 | 0.88 | 0 | 0.95 | 0.24 | 115.16 | 0.91 | 0.4 |
| Hex | 18 | C3 | 9 | 58 | 0 | 5F | 18 | 73 | 5B | 28 |
| Octal | 30 | 303 | 11 | 130 | 0 | 137 | 30 | 163 | 133 | 50 |
| Binary | 11000 | 11000011 | 1001 | 1011000 | 0 | 1011111 | 11000 | 1110011 | 1011011 | 101000 |
Color Harmonies of #18C309
Complementary color
Monochromatic Colors of #18C309
Black with #18C309
Text Example
Text Example
White with #18C309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C309; }
p { color: rgb(24,195,9); }
H1.HeaderClassName
{
color: #18C309;
}
.AnyTagClassName
{
color: #18C309;
}
</style>
background-color css
<style>
a { background-color: #18C309; }
a { background-color: rgb(24,195,9); }
div.DivClassName
{
background-color: #18C309;
}
.BgClassName
{
background-color: #18C309;
}
</style>
border-color css
<style>
span { border-color: #18C309; }
span { border-color: rgb(24,195,9); }
td.TdClassName
{
border-color: #18C309;
}
.TagClassName
{
border-color: #18C309;
}
</style>