Shades of Islamic Green #018D0C
Tints of Islamic Green #018D0C
RGB
CMYK
RGB Variations
Color information
#018D0C (or 0x018D0C) is known color: Islamic Green. HEX triplet: 01, 8D and 0C. RGB value is (1,141,12). Sum of RGB (Red+Green+Blue) = 1+141+12=154 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 154); Green value is 141 (55.47% from 255 or 91.56% from 154); Blue value is 12 (5.08% from 255 or 7.79% from 154); Max value from RGB is 141 - color contains mainly: green. Hex color #018D0C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018D0C is #FE72F3. Grayscale: #545454. Windows color (decimal): -16675572 or 822529. OLE color: 822529.
HSL color Cylindrical-coordinate representation of color #018D0C: hue angle of 124.71º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018D0C is Cyan = 0.99, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 141 | 12 | - |
| CMYK | 0.99 | 0 | 0.91 | 0.45 |
| HSL | 124.71º | 0.99% | 0.28% | - |
| HSV(B) | 124.71º | 0.99% | 0.55% | - |
| XYZ | 9.6 | 19.08 | 3.52 | - |
| YUV | 84.43 | 87.12 | 68.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 141 | 12 | 0.99 | 0 | 0.91 | 0.45 | 124.71 | 0.99 | 0.28 |
| Hex | 1 | 8D | C | 63 | 0 | 5B | 2D | 7D | 63 | 1C |
| Octal | 1 | 215 | 14 | 143 | 0 | 133 | 55 | 175 | 143 | 34 |
| Binary | 1 | 10001101 | 1100 | 1100011 | 0 | 1011011 | 101101 | 1111101 | 1100011 | 11100 |
Color Harmonies of #018D0C
Complementary color
Monochromatic Colors of #018D0C
Black with #018D0C
Text Example
Text Example
White with #018D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018D0C; }
p { color: rgb(1,141,12); }
H1.HeaderClassName
{
color: #018D0C;
}
.AnyTagClassName
{
color: #018D0C;
}
</style>
background-color css
<style>
a { background-color: #018D0C; }
a { background-color: rgb(1,141,12); }
div.DivClassName
{
background-color: #018D0C;
}
.BgClassName
{
background-color: #018D0C;
}
</style>
border-color css
<style>
span { border-color: #018D0C; }
span { border-color: rgb(1,141,12); }
td.TdClassName
{
border-color: #018D0C;
}
.TagClassName
{
border-color: #018D0C;
}
</style>