Shades of Islamic Green #10A90D
Tints of Islamic Green #10A90D
RGB
CMYK
RGB Variations
Color information
#10A90D (or 0x10A90D) is known color: Islamic Green. HEX triplet: 10, A9 and 0D. RGB value is (16,169,13). Sum of RGB (Red+Green+Blue) = 16+169+13=198 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.08% from 198); Green value is 169 (66.41% from 255 or 85.35% from 198); Blue value is 13 (5.47% from 255 or 6.57% from 198); Max value from RGB is 169 - color contains mainly: green. Hex color #10A90D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10A90D is #EF56F2. Grayscale: #696969. Windows color (decimal): -15685363 or 895248. OLE color: 895248.
HSL color Cylindrical-coordinate representation of color #10A90D: hue angle of 118.85º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10A90D is Cyan = 0.91, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 16 | 169 | 13 | - |
| CMYK | 0.91 | 0 | 0.92 | 0.34 |
| HSL | 118.85º | 0.86% | 0.36% | - |
| HSV(B) | 118.85º | 0.92% | 0.66% | - |
| XYZ | 14.47 | 28.52 | 5.12 | - |
| YUV | 105.47 | 75.81 | 64.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 169 | 13 | 0.91 | 0 | 0.92 | 0.34 | 118.85 | 0.86 | 0.36 |
| Hex | 10 | A9 | D | 5B | 0 | 5C | 22 | 77 | 56 | 24 |
| Octal | 20 | 251 | 15 | 133 | 0 | 134 | 42 | 167 | 126 | 44 |
| Binary | 10000 | 10101001 | 1101 | 1011011 | 0 | 1011100 | 100010 | 1110111 | 1010110 | 100100 |
Color Harmonies of #10A90D
Complementary color
Monochromatic Colors of #10A90D
Black with #10A90D
Text Example
Text Example
White with #10A90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A90D; }
p { color: rgb(16,169,13); }
H1.HeaderClassName
{
color: #10A90D;
}
.AnyTagClassName
{
color: #10A90D;
}
</style>
background-color css
<style>
a { background-color: #10A90D; }
a { background-color: rgb(16,169,13); }
div.DivClassName
{
background-color: #10A90D;
}
.BgClassName
{
background-color: #10A90D;
}
</style>
border-color css
<style>
span { border-color: #10A90D; }
span { border-color: rgb(16,169,13); }
td.TdClassName
{
border-color: #10A90D;
}
.TagClassName
{
border-color: #10A90D;
}
</style>