Shades of Islamic Green #10AA1A
Tints of Islamic Green #10AA1A
RGB
CMYK
RGB Variations
Color information
#10AA1A (or 0x10AA1A) is known color: Islamic Green. HEX triplet: 10, AA and 1A. RGB value is (16,170,26). Sum of RGB (Red+Green+Blue) = 16+170+26=212 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.55% from 212); Green value is 170 (66.80% from 255 or 80.19% from 212); Blue value is 26 (10.55% from 255 or 12.26% from 212); Max value from RGB is 170 - color contains mainly: green. Hex color #10AA1A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AA1A is #EF55E5. Grayscale: #6B6B6B. Windows color (decimal): -15685094 or 1747472. OLE color: 1747472.
HSL color Cylindrical-coordinate representation of color #10AA1A: hue angle of 123.9º 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 #10AA1A is Cyan = 0.91, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 170 | 26 | - |
| CMYK | 0.91 | 0 | 0.85 | 0.33 |
| HSL | 123.9º | 0.83% | 0.36% | - |
| HSV(B) | 123.9º | 0.91% | 0.67% | - |
| XYZ | 14.77 | 28.93 | 5.78 | - |
| YUV | 107.54 | 81.98 | 62.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 170 | 26 | 0.91 | 0 | 0.85 | 0.33 | 123.9 | 0.83 | 0.36 |
| Hex | 10 | AA | 1A | 5B | 0 | 55 | 21 | 7C | 53 | 24 |
| Octal | 20 | 252 | 32 | 133 | 0 | 125 | 41 | 174 | 123 | 44 |
| Binary | 10000 | 10101010 | 11010 | 1011011 | 0 | 1010101 | 100001 | 1111100 | 1010011 | 100100 |
Color Harmonies of #10AA1A
Complementary color
Monochromatic Colors of #10AA1A
Black with #10AA1A
Text Example
Text Example
White with #10AA1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AA1A; }
p { color: rgb(16,170,26); }
H1.HeaderClassName
{
color: #10AA1A;
}
.AnyTagClassName
{
color: #10AA1A;
}
</style>
background-color css
<style>
a { background-color: #10AA1A; }
a { background-color: rgb(16,170,26); }
div.DivClassName
{
background-color: #10AA1A;
}
.BgClassName
{
background-color: #10AA1A;
}
</style>
border-color css
<style>
span { border-color: #10AA1A; }
span { border-color: rgb(16,170,26); }
td.TdClassName
{
border-color: #10AA1A;
}
.TagClassName
{
border-color: #10AA1A;
}
</style>