Shades of Islamic Green #18A80D
Tints of Islamic Green #18A80D
RGB
CMYK
RGB Variations
Color information
#18A80D (or 0x18A80D) is known color: Islamic Green. HEX triplet: 18, A8 and 0D. RGB value is (24,168,13). Sum of RGB (Red+Green+Blue) = 24+168+13=205 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.71% from 205); Green value is 168 (66.02% from 255 or 81.95% from 205); Blue value is 13 (5.47% from 255 or 6.34% from 205); Max value from RGB is 168 - color contains mainly: green. Hex color #18A80D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #18A80D is #E757F2. Grayscale: #6B6B6B. Windows color (decimal): -15161331 or 895000. OLE color: 895000.
HSL color Cylindrical-coordinate representation of color #18A80D: hue angle of 115.74º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #18A80D is Cyan = 0.86, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 24 | 168 | 13 | - |
| CMYK | 0.86 | 0 | 0.92 | 0.34 |
| HSL | 115.74º | 0.86% | 0.35% | - |
| HSV(B) | 115.74º | 0.92% | 0.66% | - |
| XYZ | 14.45 | 28.23 | 5.07 | - |
| YUV | 107.27 | 74.79 | 68.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 168 | 13 | 0.86 | 0 | 0.92 | 0.34 | 115.74 | 0.86 | 0.35 |
| Hex | 18 | A8 | D | 56 | 0 | 5C | 22 | 74 | 56 | 23 |
| Octal | 30 | 250 | 15 | 126 | 0 | 134 | 42 | 164 | 126 | 43 |
| Binary | 11000 | 10101000 | 1101 | 1010110 | 0 | 1011100 | 100010 | 1110100 | 1010110 | 100011 |
Color Harmonies of #18A80D
Complementary color
Monochromatic Colors of #18A80D
Black with #18A80D
Text Example
Text Example
White with #18A80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A80D; }
p { color: rgb(24,168,13); }
H1.HeaderClassName
{
color: #18A80D;
}
.AnyTagClassName
{
color: #18A80D;
}
</style>
background-color css
<style>
a { background-color: #18A80D; }
a { background-color: rgb(24,168,13); }
div.DivClassName
{
background-color: #18A80D;
}
.BgClassName
{
background-color: #18A80D;
}
</style>
border-color css
<style>
span { border-color: #18A80D; }
span { border-color: rgb(24,168,13); }
td.TdClassName
{
border-color: #18A80D;
}
.TagClassName
{
border-color: #18A80D;
}
</style>