Shades of Islamic Green #0A9300
Tints of Islamic Green #0A9300
RGB
CMYK
RGB Variations
Color information
#0A9300 (or 0x0A9300) is known color: Islamic Green. HEX triplet: 0A, 93 and 00. RGB value is (10,147,0). Sum of RGB (Red+Green+Blue) = 10+147+0=157 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.37% from 157); Green value is 147 (57.81% from 255 or 93.63% from 157); Blue value is 0 (0.39% from 255 or 0% from 157); Max value from RGB is 147 - color contains mainly: green. Hex color #0A9300 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A9300 is #F56CFF. Grayscale: #595959. Windows color (decimal): -16084224 or 37642. OLE color: 37642.
HSL color Cylindrical-coordinate representation of color #0A9300: hue angle of 115.92º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0A9300 is Cyan = 0.93, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 10 | 147 | 0 | - |
| CMYK | 0.93 | 0 | 1 | 0.42 |
| HSL | 115.92º | 1% | 0.29% | - |
| HSV(B) | 115.92º | 1% | 0.58% | - |
| XYZ | 10.56 | 20.93 | 3.48 | - |
| YUV | 89.28 | 77.61 | 71.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 147 | 0 | 0.93 | 0 | 1 | 0.42 | 115.92 | 1 | 0.29 |
| Hex | A | 93 | 0 | 5D | 0 | 64 | 2A | 74 | 64 | 1D |
| Octal | 12 | 223 | 0 | 135 | 0 | 144 | 52 | 164 | 144 | 35 |
| Binary | 1010 | 10010011 | 0 | 1011101 | 0 | 1100100 | 101010 | 1110100 | 1100100 | 11101 |
Color Harmonies of #0A9300
Complementary color
Monochromatic Colors of #0A9300
Black with #0A9300
Text Example
Text Example
White with #0A9300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A9300; }
p { color: rgb(10,147,0); }
H1.HeaderClassName
{
color: #0A9300;
}
.AnyTagClassName
{
color: #0A9300;
}
</style>
background-color css
<style>
a { background-color: #0A9300; }
a { background-color: rgb(10,147,0); }
div.DivClassName
{
background-color: #0A9300;
}
.BgClassName
{
background-color: #0A9300;
}
</style>
border-color css
<style>
span { border-color: #0A9300; }
span { border-color: rgb(10,147,0); }
td.TdClassName
{
border-color: #0A9300;
}
.TagClassName
{
border-color: #0A9300;
}
</style>