Shades of Islamic Green #10AD19
Tints of Islamic Green #10AD19
RGB
CMYK
RGB Variations
Color information
#10AD19 (or 0x10AD19) is known color: Islamic Green. HEX triplet: 10, AD and 19. RGB value is (16,173,25). Sum of RGB (Red+Green+Blue) = 16+173+25=214 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.48% from 214); Green value is 173 (67.97% from 255 or 80.84% from 214); Blue value is 25 (10.16% from 255 or 11.68% from 214); Max value from RGB is 173 - color contains mainly: green. Hex color #10AD19 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10AD19 is #EF52E6. Grayscale: #6D6D6D. Windows color (decimal): -15684327 or 1682704. OLE color: 1682704.
HSL color Cylindrical-coordinate representation of color #10AD19: hue angle of 123.44º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AD19 is Cyan = 0.91, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 16 | 173 | 25 | - |
| CMYK | 0.91 | 0 | 0.86 | 0.32 |
| HSL | 123.44º | 0.83% | 0.37% | - |
| HSV(B) | 123.44º | 0.91% | 0.68% | - |
| XYZ | 15.33 | 30.07 | 5.92 | - |
| YUV | 109.19 | 80.49 | 61.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 173 | 25 | 0.91 | 0 | 0.86 | 0.32 | 123.44 | 0.83 | 0.37 |
| Hex | 10 | AD | 19 | 5B | 0 | 56 | 20 | 7B | 53 | 25 |
| Octal | 20 | 255 | 31 | 133 | 0 | 126 | 40 | 173 | 123 | 45 |
| Binary | 10000 | 10101101 | 11001 | 1011011 | 0 | 1010110 | 100000 | 1111011 | 1010011 | 100101 |
Color Harmonies of #10AD19
Complementary color
Monochromatic Colors of #10AD19
Black with #10AD19
Text Example
Text Example
White with #10AD19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AD19; }
p { color: rgb(16,173,25); }
H1.HeaderClassName
{
color: #10AD19;
}
.AnyTagClassName
{
color: #10AD19;
}
</style>
background-color css
<style>
a { background-color: #10AD19; }
a { background-color: rgb(16,173,25); }
div.DivClassName
{
background-color: #10AD19;
}
.BgClassName
{
background-color: #10AD19;
}
</style>
border-color css
<style>
span { border-color: #10AD19; }
span { border-color: rgb(16,173,25); }
td.TdClassName
{
border-color: #10AD19;
}
.TagClassName
{
border-color: #10AD19;
}
</style>