Shades of Islamic Green #10AA15
Tints of Islamic Green #10AA15
RGB
CMYK
RGB Variations
Color information
#10AA15 (or 0x10AA15) is known color: Islamic Green. HEX triplet: 10, AA and 15. RGB value is (16,170,21). Sum of RGB (Red+Green+Blue) = 16+170+21=207 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.73% from 207); Green value is 170 (66.80% from 255 or 82.13% from 207); Blue value is 21 (8.59% from 255 or 10.14% from 207); Max value from RGB is 170 - color contains mainly: green. Hex color #10AA15 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10AA15 is #EF55EA. Grayscale: #6B6B6B. Windows color (decimal): -15685099 or 1419792. OLE color: 1419792.
HSL color Cylindrical-coordinate representation of color #10AA15: hue angle of 121.95º 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 #10AA15 is Cyan = 0.91, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 170 | 21 | - |
| CMYK | 0.91 | 0 | 0.88 | 0.33 |
| HSL | 121.95º | 0.83% | 0.36% | - |
| HSV(B) | 121.95º | 0.91% | 0.67% | - |
| XYZ | 14.72 | 28.91 | 5.51 | - |
| YUV | 106.97 | 79.48 | 63.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 170 | 21 | 0.91 | 0 | 0.88 | 0.33 | 121.95 | 0.83 | 0.36 |
| Hex | 10 | AA | 15 | 5B | 0 | 58 | 21 | 7A | 53 | 24 |
| Octal | 20 | 252 | 25 | 133 | 0 | 130 | 41 | 172 | 123 | 44 |
| Binary | 10000 | 10101010 | 10101 | 1011011 | 0 | 1011000 | 100001 | 1111010 | 1010011 | 100100 |
Color Harmonies of #10AA15
Complementary color
Monochromatic Colors of #10AA15
Black with #10AA15
Text Example
Text Example
White with #10AA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AA15; }
p { color: rgb(16,170,21); }
H1.HeaderClassName
{
color: #10AA15;
}
.AnyTagClassName
{
color: #10AA15;
}
</style>
background-color css
<style>
a { background-color: #10AA15; }
a { background-color: rgb(16,170,21); }
div.DivClassName
{
background-color: #10AA15;
}
.BgClassName
{
background-color: #10AA15;
}
</style>
border-color css
<style>
span { border-color: #10AA15; }
span { border-color: rgb(16,170,21); }
td.TdClassName
{
border-color: #10AA15;
}
.TagClassName
{
border-color: #10AA15;
}
</style>