Shades of Islamic Green #10A301
Tints of Islamic Green #10A301
RGB
CMYK
RGB Variations
Color information
#10A301 (or 0x10A301) is known color: Islamic Green. HEX triplet: 10, A3 and 01. RGB value is (16,163,1). Sum of RGB (Red+Green+Blue) = 16+163+1=180 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.89% from 180); Green value is 163 (64.06% from 255 or 90.56% from 180); Blue value is 1 (0.78% from 255 or 0.56% from 180); Max value from RGB is 163 - color contains mainly: green. Hex color #10A301 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10A301 is #EF5CFE. Grayscale: #656565. Windows color (decimal): -15686911 or 107280. OLE color: 107280.
HSL color Cylindrical-coordinate representation of color #10A301: hue angle of 114.44º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #10A301 is Cyan = 0.90, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 16 | 163 | 1 | - |
| CMYK | 0.90 | 0 | 0.99 | 0.36 |
| HSL | 114.44º | 0.99% | 0.32% | - |
| HSV(B) | 114.44º | 0.99% | 0.64% | - |
| XYZ | 13.32 | 26.31 | 4.4 | - |
| YUV | 100.58 | 71.8 | 67.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 163 | 1 | 0.90 | 0 | 0.99 | 0.36 | 114.44 | 0.99 | 0.32 |
| Hex | 10 | A3 | 1 | 5A | 0 | 63 | 24 | 72 | 63 | 20 |
| Octal | 20 | 243 | 1 | 132 | 0 | 143 | 44 | 162 | 143 | 40 |
| Binary | 10000 | 10100011 | 1 | 1011010 | 0 | 1100011 | 100100 | 1110010 | 1100011 | 100000 |
Color Harmonies of #10A301
Complementary color
Monochromatic Colors of #10A301
Black with #10A301
Text Example
Text Example
White with #10A301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A301; }
p { color: rgb(16,163,1); }
H1.HeaderClassName
{
color: #10A301;
}
.AnyTagClassName
{
color: #10A301;
}
</style>
background-color css
<style>
a { background-color: #10A301; }
a { background-color: rgb(16,163,1); }
div.DivClassName
{
background-color: #10A301;
}
.BgClassName
{
background-color: #10A301;
}
</style>
border-color css
<style>
span { border-color: #10A301; }
span { border-color: rgb(16,163,1); }
td.TdClassName
{
border-color: #10A301;
}
.TagClassName
{
border-color: #10A301;
}
</style>