Shades of Islamic Green #10900A
Tints of Islamic Green #10900A
RGB
CMYK
RGB Variations
Color information
#10900A (or 0x10900A) is known color: Islamic Green. HEX triplet: 10, 90 and 0A. RGB value is (16,144,10). Sum of RGB (Red+Green+Blue) = 16+144+10=170 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.41% from 170); Green value is 144 (56.64% from 255 or 84.71% from 170); Blue value is 10 (4.30% from 255 or 5.88% from 170); Max value from RGB is 144 - color contains mainly: green. Hex color #10900A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10900A is #EF6FF5. Grayscale: #5A5A5A. Windows color (decimal): -15691766 or 692240. OLE color: 692240.
HSL color Cylindrical-coordinate representation of color #10900A: hue angle of 117.31º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10900A is Cyan = 0.89, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 16 | 144 | 10 | - |
| CMYK | 0.89 | 0 | 0.93 | 0.44 |
| HSL | 117.31º | 0.87% | 0.3% | - |
| HSV(B) | 117.31º | 0.93% | 0.56% | - |
| XYZ | 10.24 | 20.08 | 3.62 | - |
| YUV | 90.45 | 82.59 | 74.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 144 | 10 | 0.89 | 0 | 0.93 | 0.44 | 117.31 | 0.87 | 0.3 |
| Hex | 10 | 90 | A | 59 | 0 | 5D | 2C | 75 | 57 | 1E |
| Octal | 20 | 220 | 12 | 131 | 0 | 135 | 54 | 165 | 127 | 36 |
| Binary | 10000 | 10010000 | 1010 | 1011001 | 0 | 1011101 | 101100 | 1110101 | 1010111 | 11110 |
Color Harmonies of #10900A
Complementary color
Monochromatic Colors of #10900A
Black with #10900A
Text Example
Text Example
White with #10900A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10900A; }
p { color: rgb(16,144,10); }
H1.HeaderClassName
{
color: #10900A;
}
.AnyTagClassName
{
color: #10900A;
}
</style>
background-color css
<style>
a { background-color: #10900A; }
a { background-color: rgb(16,144,10); }
div.DivClassName
{
background-color: #10900A;
}
.BgClassName
{
background-color: #10900A;
}
</style>
border-color css
<style>
span { border-color: #10900A; }
span { border-color: rgb(16,144,10); }
td.TdClassName
{
border-color: #10900A;
}
.TagClassName
{
border-color: #10900A;
}
</style>