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