Shades of Islamic Green #10AA11
Tints of Islamic Green #10AA11
RGB
CMYK
RGB Variations
Color information
#10AA11 (or 0x10AA11) is known color: Islamic Green. HEX triplet: 10, AA and 11. RGB value is (16,170,17). Sum of RGB (Red+Green+Blue) = 16+170+17=203 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.88% from 203); Green value is 170 (66.80% from 255 or 83.74% from 203); Blue value is 17 (7.03% from 255 or 8.37% from 203); Max value from RGB is 170 - color contains mainly: green. Hex color #10AA11 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10AA11 is #EF55EE. Grayscale: #6A6A6A. Windows color (decimal): -15685103 or 1157648. OLE color: 1157648.
HSL color Cylindrical-coordinate representation of color #10AA11: hue angle of 120.39º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AA11 is Cyan = 0.91, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 170 | 17 | - |
| CMYK | 0.91 | 0 | 0.9 | 0.33 |
| HSL | 120.39º | 0.83% | 0.36% | - |
| HSV(B) | 120.39º | 0.91% | 0.67% | - |
| XYZ | 14.69 | 28.9 | 5.33 | - |
| YUV | 106.51 | 77.48 | 63.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 170 | 17 | 0.91 | 0 | 0.9 | 0.33 | 120.39 | 0.83 | 0.36 |
| Hex | 10 | AA | 11 | 5B | 0 | 5A | 21 | 78 | 53 | 24 |
| Octal | 20 | 252 | 21 | 133 | 0 | 132 | 41 | 170 | 123 | 44 |
| Binary | 10000 | 10101010 | 10001 | 1011011 | 0 | 1011010 | 100001 | 1111000 | 1010011 | 100100 |
Color Harmonies of #10AA11
Complementary color
Monochromatic Colors of #10AA11
Black with #10AA11
Text Example
Text Example
White with #10AA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AA11; }
p { color: rgb(16,170,17); }
H1.HeaderClassName
{
color: #10AA11;
}
.AnyTagClassName
{
color: #10AA11;
}
</style>
background-color css
<style>
a { background-color: #10AA11; }
a { background-color: rgb(16,170,17); }
div.DivClassName
{
background-color: #10AA11;
}
.BgClassName
{
background-color: #10AA11;
}
</style>
border-color css
<style>
span { border-color: #10AA11; }
span { border-color: rgb(16,170,17); }
td.TdClassName
{
border-color: #10AA11;
}
.TagClassName
{
border-color: #10AA11;
}
</style>