Shades of Islamic Green #10AE14
Tints of Islamic Green #10AE14
RGB
CMYK
RGB Variations
Color information
#10AE14 (or 0x10AE14) is known color: Islamic Green. HEX triplet: 10, AE and 14. RGB value is (16,174,20). Sum of RGB (Red+Green+Blue) = 16+174+20=210 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.62% from 210); Green value is 174 (68.36% from 255 or 82.86% from 210); Blue value is 20 (8.20% from 255 or 9.52% from 210); Max value from RGB is 174 - color contains mainly: green. Hex color #10AE14 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10AE14 is #EF51EB. Grayscale: #6D6D6D. Windows color (decimal): -15684076 or 1355280. OLE color: 1355280.
HSL color Cylindrical-coordinate representation of color #10AE14: hue angle of 121.52º 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 #10AE14 is Cyan = 0.91, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 16 | 174 | 20 | - |
| CMYK | 0.91 | 0 | 0.89 | 0.32 |
| HSL | 121.52º | 0.83% | 0.37% | - |
| HSV(B) | 121.52º | 0.91% | 0.68% | - |
| XYZ | 15.48 | 30.43 | 5.72 | - |
| YUV | 109.2 | 77.65 | 61.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 174 | 20 | 0.91 | 0 | 0.89 | 0.32 | 121.52 | 0.83 | 0.37 |
| Hex | 10 | AE | 14 | 5B | 0 | 59 | 20 | 7A | 53 | 25 |
| Octal | 20 | 256 | 24 | 133 | 0 | 131 | 40 | 172 | 123 | 45 |
| Binary | 10000 | 10101110 | 10100 | 1011011 | 0 | 1011001 | 100000 | 1111010 | 1010011 | 100101 |
Color Harmonies of #10AE14
Complementary color
Monochromatic Colors of #10AE14
Black with #10AE14
Text Example
Text Example
White with #10AE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AE14; }
p { color: rgb(16,174,20); }
H1.HeaderClassName
{
color: #10AE14;
}
.AnyTagClassName
{
color: #10AE14;
}
</style>
background-color css
<style>
a { background-color: #10AE14; }
a { background-color: rgb(16,174,20); }
div.DivClassName
{
background-color: #10AE14;
}
.BgClassName
{
background-color: #10AE14;
}
</style>
border-color css
<style>
span { border-color: #10AE14; }
span { border-color: rgb(16,174,20); }
td.TdClassName
{
border-color: #10AE14;
}
.TagClassName
{
border-color: #10AE14;
}
</style>