Shades of Islamic Green #10A30A
Tints of Islamic Green #10A30A
RGB
CMYK
RGB Variations
Color information
#10A30A (or 0x10A30A) is known color: Islamic Green. HEX triplet: 10, A3 and 0A. RGB value is (16,163,10). Sum of RGB (Red+Green+Blue) = 16+163+10=189 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.47% from 189); Green value is 163 (64.06% from 255 or 86.24% from 189); Blue value is 10 (4.30% from 255 or 5.29% from 189); Max value from RGB is 163 - color contains mainly: green. Hex color #10A30A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10A30A is #EF5CF5. Grayscale: #666666. Windows color (decimal): -15686902 or 697104. OLE color: 697104.
HSL color Cylindrical-coordinate representation of color #10A30A: hue angle of 117.65º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10A30A is Cyan = 0.90, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 16 | 163 | 10 | - |
| CMYK | 0.90 | 0 | 0.94 | 0.36 |
| HSL | 117.65º | 0.88% | 0.34% | - |
| HSV(B) | 117.65º | 0.94% | 0.64% | - |
| XYZ | 13.37 | 26.33 | 4.66 | - |
| YUV | 101.61 | 76.3 | 66.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 163 | 10 | 0.90 | 0 | 0.94 | 0.36 | 117.65 | 0.88 | 0.34 |
| Hex | 10 | A3 | A | 5A | 0 | 5E | 24 | 76 | 58 | 22 |
| Octal | 20 | 243 | 12 | 132 | 0 | 136 | 44 | 166 | 130 | 42 |
| Binary | 10000 | 10100011 | 1010 | 1011010 | 0 | 1011110 | 100100 | 1110110 | 1011000 | 100010 |
Color Harmonies of #10A30A
Complementary color
Monochromatic Colors of #10A30A
Black with #10A30A
Text Example
Text Example
White with #10A30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A30A; }
p { color: rgb(16,163,10); }
H1.HeaderClassName
{
color: #10A30A;
}
.AnyTagClassName
{
color: #10A30A;
}
</style>
background-color css
<style>
a { background-color: #10A30A; }
a { background-color: rgb(16,163,10); }
div.DivClassName
{
background-color: #10A30A;
}
.BgClassName
{
background-color: #10A30A;
}
</style>
border-color css
<style>
span { border-color: #10A30A; }
span { border-color: rgb(16,163,10); }
td.TdClassName
{
border-color: #10A30A;
}
.TagClassName
{
border-color: #10A30A;
}
</style>