Shades of Islamic Green #10A315
Tints of Islamic Green #10A315
RGB
CMYK
RGB Variations
Color information
#10A315 (or 0x10A315) is known color: Islamic Green. HEX triplet: 10, A3 and 15. RGB value is (16,163,21). Sum of RGB (Red+Green+Blue) = 16+163+21=200 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8% from 200); Green value is 163 (64.06% from 255 or 81.5% from 200); Blue value is 21 (8.59% from 255 or 10.5% from 200); Max value from RGB is 163 - color contains mainly: green. Hex color #10A315 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10A315 is #EF5CEA. Grayscale: #676767. Windows color (decimal): -15686891 or 1418000. OLE color: 1418000.
HSL color Cylindrical-coordinate representation of color #10A315: hue angle of 122.04º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10A315 is Cyan = 0.90, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 16 | 163 | 21 | - |
| CMYK | 0.90 | 0 | 0.87 | 0.36 |
| HSL | 122.04º | 0.82% | 0.35% | - |
| HSV(B) | 122.04º | 0.9% | 0.64% | - |
| XYZ | 13.45 | 26.36 | 5.09 | - |
| YUV | 102.86 | 81.8 | 66.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 163 | 21 | 0.90 | 0 | 0.87 | 0.36 | 122.04 | 0.82 | 0.35 |
| Hex | 10 | A3 | 15 | 5A | 0 | 57 | 24 | 7A | 52 | 23 |
| Octal | 20 | 243 | 25 | 132 | 0 | 127 | 44 | 172 | 122 | 43 |
| Binary | 10000 | 10100011 | 10101 | 1011010 | 0 | 1010111 | 100100 | 1111010 | 1010010 | 100011 |
Color Harmonies of #10A315
Complementary color
Monochromatic Colors of #10A315
Black with #10A315
Text Example
Text Example
White with #10A315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A315; }
p { color: rgb(16,163,21); }
H1.HeaderClassName
{
color: #10A315;
}
.AnyTagClassName
{
color: #10A315;
}
</style>
background-color css
<style>
a { background-color: #10A315; }
a { background-color: rgb(16,163,21); }
div.DivClassName
{
background-color: #10A315;
}
.BgClassName
{
background-color: #10A315;
}
</style>
border-color css
<style>
span { border-color: #10A315; }
span { border-color: rgb(16,163,21); }
td.TdClassName
{
border-color: #10A315;
}
.TagClassName
{
border-color: #10A315;
}
</style>