Shades of Islamic Green #18B50A
Tints of Islamic Green #18B50A
RGB
CMYK
RGB Variations
Color information
#18B50A (or 0x18B50A) is known color: Islamic Green. HEX triplet: 18, B5 and 0A. RGB value is (24,181,10). Sum of RGB (Red+Green+Blue) = 24+181+10=215 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.16% from 215); Green value is 181 (71.09% from 255 or 84.19% from 215); Blue value is 10 (4.30% from 255 or 4.65% from 215); Max value from RGB is 181 - color contains mainly: green. Hex color #18B50A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18B50A is #E74AF5. Grayscale: #737373. Windows color (decimal): -15158006 or 701720. OLE color: 701720.
HSL color Cylindrical-coordinate representation of color #18B50A: hue angle of 115.09º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #18B50A is Cyan = 0.87, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 24 | 181 | 10 | - |
| CMYK | 0.87 | 0 | 0.94 | 0.29 |
| HSL | 115.09º | 0.9% | 0.37% | - |
| HSV(B) | 115.09º | 0.94% | 0.71% | - |
| XYZ | 16.96 | 33.26 | 5.81 | - |
| YUV | 114.56 | 68.99 | 63.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 181 | 10 | 0.87 | 0 | 0.94 | 0.29 | 115.09 | 0.9 | 0.37 |
| Hex | 18 | B5 | A | 57 | 0 | 5E | 1D | 73 | 5A | 25 |
| Octal | 30 | 265 | 12 | 127 | 0 | 136 | 35 | 163 | 132 | 45 |
| Binary | 11000 | 10110101 | 1010 | 1010111 | 0 | 1011110 | 11101 | 1110011 | 1011010 | 100101 |
Color Harmonies of #18B50A
Complementary color
Monochromatic Colors of #18B50A
Black with #18B50A
Text Example
Text Example
White with #18B50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18B50A; }
p { color: rgb(24,181,10); }
H1.HeaderClassName
{
color: #18B50A;
}
.AnyTagClassName
{
color: #18B50A;
}
</style>
background-color css
<style>
a { background-color: #18B50A; }
a { background-color: rgb(24,181,10); }
div.DivClassName
{
background-color: #18B50A;
}
.BgClassName
{
background-color: #18B50A;
}
</style>
border-color css
<style>
span { border-color: #18B50A; }
span { border-color: rgb(24,181,10); }
td.TdClassName
{
border-color: #18B50A;
}
.TagClassName
{
border-color: #18B50A;
}
</style>