Shades of Islamic Green #0A8E0C
Tints of Islamic Green #0A8E0C
RGB
CMYK
RGB Variations
Color information
#0A8E0C (or 0x0A8E0C) is known color: Islamic Green. HEX triplet: 0A, 8E and 0C. RGB value is (10,142,12). Sum of RGB (Red+Green+Blue) = 10+142+12=164 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.10% from 164); Green value is 142 (55.86% from 255 or 86.59% from 164); Blue value is 12 (5.08% from 255 or 7.32% from 164); Max value from RGB is 142 - color contains mainly: green. Hex color #0A8E0C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A8E0C is #F571F3. Grayscale: #585858. Windows color (decimal): -16085492 or 822794. OLE color: 822794.
HSL color Cylindrical-coordinate representation of color #0A8E0C: hue angle of 120.91º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A8E0C is Cyan = 0.93, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 10 | 142 | 12 | - |
| CMYK | 0.93 | 0 | 0.92 | 0.44 |
| HSL | 120.91º | 0.87% | 0.3% | - |
| HSV(B) | 120.91º | 0.93% | 0.56% | - |
| XYZ | 9.86 | 19.44 | 3.58 | - |
| YUV | 87.71 | 85.27 | 72.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 142 | 12 | 0.93 | 0 | 0.92 | 0.44 | 120.91 | 0.87 | 0.3 |
| Hex | A | 8E | C | 5D | 0 | 5C | 2C | 79 | 57 | 1E |
| Octal | 12 | 216 | 14 | 135 | 0 | 134 | 54 | 171 | 127 | 36 |
| Binary | 1010 | 10001110 | 1100 | 1011101 | 0 | 1011100 | 101100 | 1111001 | 1010111 | 11110 |
Color Harmonies of #0A8E0C
Complementary color
Monochromatic Colors of #0A8E0C
Black with #0A8E0C
Text Example
Text Example
White with #0A8E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8E0C; }
p { color: rgb(10,142,12); }
H1.HeaderClassName
{
color: #0A8E0C;
}
.AnyTagClassName
{
color: #0A8E0C;
}
</style>
background-color css
<style>
a { background-color: #0A8E0C; }
a { background-color: rgb(10,142,12); }
div.DivClassName
{
background-color: #0A8E0C;
}
.BgClassName
{
background-color: #0A8E0C;
}
</style>
border-color css
<style>
span { border-color: #0A8E0C; }
span { border-color: rgb(10,142,12); }
td.TdClassName
{
border-color: #0A8E0C;
}
.TagClassName
{
border-color: #0A8E0C;
}
</style>