Shades of Islamic Green #0A8E05
Tints of Islamic Green #0A8E05
RGB
CMYK
RGB Variations
Color information
#0A8E05 (or 0x0A8E05) is known color: Islamic Green. HEX triplet: 0A, 8E and 05. RGB value is (10,142,5). Sum of RGB (Red+Green+Blue) = 10+142+5=157 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.37% from 157); Green value is 142 (55.86% from 255 or 90.45% from 157); Blue value is 5 (2.34% from 255 or 3.18% from 157); Max value from RGB is 142 - color contains mainly: green. Hex color #0A8E05 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A8E05 is #F571FA. Grayscale: #575757. Windows color (decimal): -16085499 or 364042. OLE color: 364042.
HSL color Cylindrical-coordinate representation of color #0A8E05: hue angle of 117.81º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A8E05 is Cyan = 0.93, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 10 | 142 | 5 | - |
| CMYK | 0.93 | 0 | 0.96 | 0.44 |
| HSL | 117.81º | 0.93% | 0.29% | - |
| HSV(B) | 117.81º | 0.96% | 0.56% | - |
| XYZ | 9.83 | 19.42 | 3.37 | - |
| YUV | 86.91 | 81.77 | 73.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 142 | 5 | 0.93 | 0 | 0.96 | 0.44 | 117.81 | 0.93 | 0.29 |
| Hex | A | 8E | 5 | 5D | 0 | 60 | 2C | 76 | 5D | 1D |
| Octal | 12 | 216 | 5 | 135 | 0 | 140 | 54 | 166 | 135 | 35 |
| Binary | 1010 | 10001110 | 101 | 1011101 | 0 | 1100000 | 101100 | 1110110 | 1011101 | 11101 |
Color Harmonies of #0A8E05
Complementary color
Monochromatic Colors of #0A8E05
Black with #0A8E05
Text Example
Text Example
White with #0A8E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8E05; }
p { color: rgb(10,142,5); }
H1.HeaderClassName
{
color: #0A8E05;
}
.AnyTagClassName
{
color: #0A8E05;
}
</style>
background-color css
<style>
a { background-color: #0A8E05; }
a { background-color: rgb(10,142,5); }
div.DivClassName
{
background-color: #0A8E05;
}
.BgClassName
{
background-color: #0A8E05;
}
</style>
border-color css
<style>
span { border-color: #0A8E05; }
span { border-color: rgb(10,142,5); }
td.TdClassName
{
border-color: #0A8E05;
}
.TagClassName
{
border-color: #0A8E05;
}
</style>