Shades of Islamic Green #10A203
Tints of Islamic Green #10A203
RGB
CMYK
RGB Variations
Color information
#10A203 (or 0x10A203) is known color: Islamic Green. HEX triplet: 10, A2 and 03. RGB value is (16,162,3). Sum of RGB (Red+Green+Blue) = 16+162+3=181 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.84% from 181); Green value is 162 (63.67% from 255 or 89.50% from 181); Blue value is 3 (1.56% from 255 or 1.66% from 181); Max value from RGB is 162 - color contains mainly: green. Hex color #10A203 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10A203 is #EF5DFC. Grayscale: #646464. Windows color (decimal): -15687165 or 238096. OLE color: 238096.
HSL color Cylindrical-coordinate representation of color #10A203: hue angle of 115.09º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #10A203 is Cyan = 0.90, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 16 | 162 | 3 | - |
| CMYK | 0.90 | 0 | 0.98 | 0.36 |
| HSL | 115.09º | 0.96% | 0.32% | - |
| HSV(B) | 115.09º | 0.98% | 0.64% | - |
| XYZ | 13.15 | 25.96 | 4.4 | - |
| YUV | 100.22 | 73.13 | 67.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 162 | 3 | 0.90 | 0 | 0.98 | 0.36 | 115.09 | 0.96 | 0.32 |
| Hex | 10 | A2 | 3 | 5A | 0 | 62 | 24 | 73 | 60 | 20 |
| Octal | 20 | 242 | 3 | 132 | 0 | 142 | 44 | 163 | 140 | 40 |
| Binary | 10000 | 10100010 | 11 | 1011010 | 0 | 1100010 | 100100 | 1110011 | 1100000 | 100000 |
Color Harmonies of #10A203
Complementary color
Monochromatic Colors of #10A203
Black with #10A203
Text Example
Text Example
White with #10A203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A203; }
p { color: rgb(16,162,3); }
H1.HeaderClassName
{
color: #10A203;
}
.AnyTagClassName
{
color: #10A203;
}
</style>
background-color css
<style>
a { background-color: #10A203; }
a { background-color: rgb(16,162,3); }
div.DivClassName
{
background-color: #10A203;
}
.BgClassName
{
background-color: #10A203;
}
</style>
border-color css
<style>
span { border-color: #10A203; }
span { border-color: rgb(16,162,3); }
td.TdClassName
{
border-color: #10A203;
}
.TagClassName
{
border-color: #10A203;
}
</style>