Shades of Islamic Green #0A930A
Tints of Islamic Green #0A930A
RGB
CMYK
RGB Variations
Color information
#0A930A (or 0x0A930A) is known color: Islamic Green. HEX triplet: 0A, 93 and 0A. RGB value is (10,147,10). Sum of RGB (Red+Green+Blue) = 10+147+10=167 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.99% from 167); Green value is 147 (57.81% from 255 or 88.02% from 167); Blue value is 10 (4.30% from 255 or 5.99% from 167); Max value from RGB is 147 - color contains mainly: green. Hex color #0A930A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A930A is #F56CF5. Grayscale: #5A5A5A. Windows color (decimal): -16084214 or 693002. OLE color: 693002.
HSL color Cylindrical-coordinate representation of color #0A930A: hue angle of 120º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A930A is Cyan = 0.93, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 10 | 147 | 10 | - |
| CMYK | 0.93 | 0 | 0.93 | 0.42 |
| HSL | 120º | 0.87% | 0.31% | - |
| HSV(B) | 120º | 0.93% | 0.58% | - |
| XYZ | 10.61 | 20.95 | 3.77 | - |
| YUV | 90.42 | 82.61 | 70.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 147 | 10 | 0.93 | 0 | 0.93 | 0.42 | 120 | 0.87 | 0.31 |
| Hex | A | 93 | A | 5D | 0 | 5D | 2A | 78 | 57 | 1F |
| Octal | 12 | 223 | 12 | 135 | 0 | 135 | 52 | 170 | 127 | 37 |
| Binary | 1010 | 10010011 | 1010 | 1011101 | 0 | 1011101 | 101010 | 1111000 | 1010111 | 11111 |
Color Harmonies of #0A930A
Complementary color
Monochromatic Colors of #0A930A
Black with #0A930A
Text Example
Text Example
White with #0A930A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A930A; }
p { color: rgb(10,147,10); }
H1.HeaderClassName
{
color: #0A930A;
}
.AnyTagClassName
{
color: #0A930A;
}
</style>
background-color css
<style>
a { background-color: #0A930A; }
a { background-color: rgb(10,147,10); }
div.DivClassName
{
background-color: #0A930A;
}
.BgClassName
{
background-color: #0A930A;
}
</style>
border-color css
<style>
span { border-color: #0A930A; }
span { border-color: rgb(10,147,10); }
td.TdClassName
{
border-color: #0A930A;
}
.TagClassName
{
border-color: #0A930A;
}
</style>