Shades of Islamic Green #10AD14
Tints of Islamic Green #10AD14
RGB
CMYK
RGB Variations
Color information
#10AD14 (or 0x10AD14) is known color: Islamic Green. HEX triplet: 10, AD and 14. RGB value is (16,173,20). Sum of RGB (Red+Green+Blue) = 16+173+20=209 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.66% from 209); Green value is 173 (67.97% from 255 or 82.78% from 209); Blue value is 20 (8.20% from 255 or 9.57% from 209); Max value from RGB is 173 - color contains mainly: green. Hex color #10AD14 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10AD14 is #EF52EB. Grayscale: #6D6D6D. Windows color (decimal): -15684332 or 1355024. OLE color: 1355024.
HSL color Cylindrical-coordinate representation of color #10AD14: hue angle of 121.53º 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 #10AD14 is Cyan = 0.91, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 16 | 173 | 20 | - |
| CMYK | 0.91 | 0 | 0.88 | 0.32 |
| HSL | 121.53º | 0.83% | 0.37% | - |
| HSV(B) | 121.53º | 0.91% | 0.68% | - |
| XYZ | 15.28 | 30.05 | 5.66 | - |
| YUV | 108.62 | 77.99 | 61.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 173 | 20 | 0.91 | 0 | 0.88 | 0.32 | 121.53 | 0.83 | 0.37 |
| Hex | 10 | AD | 14 | 5B | 0 | 58 | 20 | 7A | 53 | 25 |
| Octal | 20 | 255 | 24 | 133 | 0 | 130 | 40 | 172 | 123 | 45 |
| Binary | 10000 | 10101101 | 10100 | 1011011 | 0 | 1011000 | 100000 | 1111010 | 1010011 | 100101 |
Color Harmonies of #10AD14
Complementary color
Monochromatic Colors of #10AD14
Black with #10AD14
Text Example
Text Example
White with #10AD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AD14; }
p { color: rgb(16,173,20); }
H1.HeaderClassName
{
color: #10AD14;
}
.AnyTagClassName
{
color: #10AD14;
}
</style>
background-color css
<style>
a { background-color: #10AD14; }
a { background-color: rgb(16,173,20); }
div.DivClassName
{
background-color: #10AD14;
}
.BgClassName
{
background-color: #10AD14;
}
</style>
border-color css
<style>
span { border-color: #10AD14; }
span { border-color: rgb(16,173,20); }
td.TdClassName
{
border-color: #10AD14;
}
.TagClassName
{
border-color: #10AD14;
}
</style>