Shades of Islamic Green #10AC14
Tints of Islamic Green #10AC14
RGB
CMYK
RGB Variations
Color information
#10AC14 (or 0x10AC14) is known color: Islamic Green. HEX triplet: 10, AC and 14. RGB value is (16,172,20). Sum of RGB (Red+Green+Blue) = 16+172+20=208 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.69% from 208); Green value is 172 (67.58% from 255 or 82.69% from 208); Blue value is 20 (8.20% from 255 or 9.62% from 208); Max value from RGB is 172 - color contains mainly: green. Hex color #10AC14 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10AC14 is #EF53EB. Grayscale: #6C6C6C. Windows color (decimal): -15684588 or 1354768. OLE color: 1354768.
HSL color Cylindrical-coordinate representation of color #10AC14: hue angle of 121.54º 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 #10AC14 is Cyan = 0.91, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 172 | 20 | - |
| CMYK | 0.91 | 0 | 0.88 | 0.33 |
| HSL | 121.54º | 0.83% | 0.37% | - |
| HSV(B) | 121.54º | 0.91% | 0.67% | - |
| XYZ | 15.09 | 29.67 | 5.59 | - |
| YUV | 108.03 | 78.32 | 62.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 172 | 20 | 0.91 | 0 | 0.88 | 0.33 | 121.54 | 0.83 | 0.37 |
| Hex | 10 | AC | 14 | 5B | 0 | 58 | 21 | 7A | 53 | 25 |
| Octal | 20 | 254 | 24 | 133 | 0 | 130 | 41 | 172 | 123 | 45 |
| Binary | 10000 | 10101100 | 10100 | 1011011 | 0 | 1011000 | 100001 | 1111010 | 1010011 | 100101 |
Color Harmonies of #10AC14
Complementary color
Monochromatic Colors of #10AC14
Black with #10AC14
Text Example
Text Example
White with #10AC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AC14; }
p { color: rgb(16,172,20); }
H1.HeaderClassName
{
color: #10AC14;
}
.AnyTagClassName
{
color: #10AC14;
}
</style>
background-color css
<style>
a { background-color: #10AC14; }
a { background-color: rgb(16,172,20); }
div.DivClassName
{
background-color: #10AC14;
}
.BgClassName
{
background-color: #10AC14;
}
</style>
border-color css
<style>
span { border-color: #10AC14; }
span { border-color: rgb(16,172,20); }
td.TdClassName
{
border-color: #10AC14;
}
.TagClassName
{
border-color: #10AC14;
}
</style>