Shades of Islamic Green #10AC19
Tints of Islamic Green #10AC19
RGB
CMYK
RGB Variations
Color information
#10AC19 (or 0x10AC19) is known color: Islamic Green. HEX triplet: 10, AC and 19. RGB value is (16,172,25). Sum of RGB (Red+Green+Blue) = 16+172+25=213 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.51% from 213); Green value is 172 (67.58% from 255 or 80.75% from 213); Blue value is 25 (10.16% from 255 or 11.74% from 213); Max value from RGB is 172 - color contains mainly: green. Hex color #10AC19 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10AC19 is #EF53E6. Grayscale: #6D6D6D. Windows color (decimal): -15684583 or 1682448. OLE color: 1682448.
HSL color Cylindrical-coordinate representation of color #10AC19: hue angle of 123.46º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AC19 is Cyan = 0.91, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 172 | 25 | - |
| CMYK | 0.91 | 0 | 0.85 | 0.33 |
| HSL | 123.46º | 0.83% | 0.37% | - |
| HSV(B) | 123.46º | 0.91% | 0.67% | - |
| XYZ | 15.14 | 29.69 | 5.85 | - |
| YUV | 108.6 | 80.82 | 61.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 172 | 25 | 0.91 | 0 | 0.85 | 0.33 | 123.46 | 0.83 | 0.37 |
| Hex | 10 | AC | 19 | 5B | 0 | 55 | 21 | 7B | 53 | 25 |
| Octal | 20 | 254 | 31 | 133 | 0 | 125 | 41 | 173 | 123 | 45 |
| Binary | 10000 | 10101100 | 11001 | 1011011 | 0 | 1010101 | 100001 | 1111011 | 1010011 | 100101 |
Color Harmonies of #10AC19
Complementary color
Monochromatic Colors of #10AC19
Black with #10AC19
Text Example
Text Example
White with #10AC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AC19; }
p { color: rgb(16,172,25); }
H1.HeaderClassName
{
color: #10AC19;
}
.AnyTagClassName
{
color: #10AC19;
}
</style>
background-color css
<style>
a { background-color: #10AC19; }
a { background-color: rgb(16,172,25); }
div.DivClassName
{
background-color: #10AC19;
}
.BgClassName
{
background-color: #10AC19;
}
</style>
border-color css
<style>
span { border-color: #10AC19; }
span { border-color: rgb(16,172,25); }
td.TdClassName
{
border-color: #10AC19;
}
.TagClassName
{
border-color: #10AC19;
}
</style>