Shades of Islamic Green #10A001
Tints of Islamic Green #10A001
RGB
CMYK
RGB Variations
Color information
#10A001 (or 0x10A001) is known color: Islamic Green. HEX triplet: 10, A0 and 01. RGB value is (16,160,1). Sum of RGB (Red+Green+Blue) = 16+160+1=177 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.04% from 177); Green value is 160 (62.89% from 255 or 90.40% from 177); Blue value is 1 (0.78% from 255 or 0.56% from 177); Max value from RGB is 160 - color contains mainly: green. Hex color #10A001 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10A001 is #EF5FFE. Grayscale: #636363. Windows color (decimal): -15687679 or 106512. OLE color: 106512.
HSL color Cylindrical-coordinate representation of color #10A001: hue angle of 114.34º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #10A001 is Cyan = 0.9, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 16 | 160 | 1 | - |
| CMYK | 0.9 | 0 | 0.99 | 0.37 |
| HSL | 114.34º | 0.99% | 0.32% | - |
| HSV(B) | 114.34º | 0.99% | 0.63% | - |
| XYZ | 12.79 | 25.25 | 4.23 | - |
| YUV | 98.82 | 72.79 | 68.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 160 | 1 | 0.9 | 0 | 0.99 | 0.37 | 114.34 | 0.99 | 0.32 |
| Hex | 10 | A0 | 1 | 5A | 0 | 63 | 25 | 72 | 63 | 20 |
| Octal | 20 | 240 | 1 | 132 | 0 | 143 | 45 | 162 | 143 | 40 |
| Binary | 10000 | 10100000 | 1 | 1011010 | 0 | 1100011 | 100101 | 1110010 | 1100011 | 100000 |
Color Harmonies of #10A001
Complementary color
Monochromatic Colors of #10A001
Black with #10A001
Text Example
Text Example
White with #10A001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A001; }
p { color: rgb(16,160,1); }
H1.HeaderClassName
{
color: #10A001;
}
.AnyTagClassName
{
color: #10A001;
}
</style>
background-color css
<style>
a { background-color: #10A001; }
a { background-color: rgb(16,160,1); }
div.DivClassName
{
background-color: #10A001;
}
.BgClassName
{
background-color: #10A001;
}
</style>
border-color css
<style>
span { border-color: #10A001; }
span { border-color: rgb(16,160,1); }
td.TdClassName
{
border-color: #10A001;
}
.TagClassName
{
border-color: #10A001;
}
</style>