Shades of Islamic Green #14AA10
Tints of Islamic Green #14AA10
RGB
CMYK
RGB Variations
Color information
#14AA10 (or 0x14AA10) is known color: Islamic Green. HEX triplet: 14, AA and 10. RGB value is (20,170,16). Sum of RGB (Red+Green+Blue) = 20+170+16=206 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.71% from 206); Green value is 170 (66.80% from 255 or 82.52% from 206); Blue value is 16 (6.64% from 255 or 7.77% from 206); Max value from RGB is 170 - color contains mainly: green. Hex color #14AA10 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #14AA10 is #EB55EF. Grayscale: #6C6C6C. Windows color (decimal): -15422960 or 1092116. OLE color: 1092116.
HSL color Cylindrical-coordinate representation of color #14AA10: hue angle of 118.44º 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 #14AA10 is Cyan = 0.88, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 170 | 16 | - |
| CMYK | 0.88 | 0 | 0.91 | 0.33 |
| HSL | 118.44º | 0.83% | 0.36% | - |
| HSV(B) | 118.44º | 0.91% | 0.67% | - |
| XYZ | 14.76 | 28.94 | 5.3 | - |
| YUV | 107.59 | 76.31 | 65.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 170 | 16 | 0.88 | 0 | 0.91 | 0.33 | 118.44 | 0.83 | 0.36 |
| Hex | 14 | AA | 10 | 58 | 0 | 5B | 21 | 76 | 53 | 24 |
| Octal | 24 | 252 | 20 | 130 | 0 | 133 | 41 | 166 | 123 | 44 |
| Binary | 10100 | 10101010 | 10000 | 1011000 | 0 | 1011011 | 100001 | 1110110 | 1010011 | 100100 |
Color Harmonies of #14AA10
Complementary color
Monochromatic Colors of #14AA10
Black with #14AA10
Text Example
Text Example
White with #14AA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14AA10; }
p { color: rgb(20,170,16); }
H1.HeaderClassName
{
color: #14AA10;
}
.AnyTagClassName
{
color: #14AA10;
}
</style>
background-color css
<style>
a { background-color: #14AA10; }
a { background-color: rgb(20,170,16); }
div.DivClassName
{
background-color: #14AA10;
}
.BgClassName
{
background-color: #14AA10;
}
</style>
border-color css
<style>
span { border-color: #14AA10; }
span { border-color: rgb(20,170,16); }
td.TdClassName
{
border-color: #14AA10;
}
.TagClassName
{
border-color: #14AA10;
}
</style>