Shades of Islamic Green #10AE0F
Tints of Islamic Green #10AE0F
RGB
CMYK
RGB Variations
Color information
#10AE0F (or 0x10AE0F) is known color: Islamic Green. HEX triplet: 10, AE and 0F. RGB value is (16,174,15). Sum of RGB (Red+Green+Blue) = 16+174+15=205 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.80% from 205); Green value is 174 (68.36% from 255 or 84.88% from 205); Blue value is 15 (6.25% from 255 or 7.32% from 205); Max value from RGB is 174 - color contains mainly: green. Hex color #10AE0F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10AE0F is #EF51F0. Grayscale: #6D6D6D. Windows color (decimal): -15684081 or 1027600. OLE color: 1027600.
HSL color Cylindrical-coordinate representation of color #10AE0F: hue angle of 119.62º degrees, saturation: 0.84, 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 #10AE0F is Cyan = 0.91, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 16 | 174 | 15 | - |
| CMYK | 0.91 | 0 | 0.91 | 0.32 |
| HSL | 119.62º | 0.84% | 0.37% | - |
| HSV(B) | 119.62º | 0.91% | 0.68% | - |
| XYZ | 15.44 | 30.42 | 5.51 | - |
| YUV | 108.63 | 75.15 | 61.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 174 | 15 | 0.91 | 0 | 0.91 | 0.32 | 119.62 | 0.84 | 0.37 |
| Hex | 10 | AE | F | 5B | 0 | 5B | 20 | 78 | 54 | 25 |
| Octal | 20 | 256 | 17 | 133 | 0 | 133 | 40 | 170 | 124 | 45 |
| Binary | 10000 | 10101110 | 1111 | 1011011 | 0 | 1011011 | 100000 | 1111000 | 1010100 | 100101 |
Color Harmonies of #10AE0F
Complementary color
Monochromatic Colors of #10AE0F
Black with #10AE0F
Text Example
Text Example
White with #10AE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AE0F; }
p { color: rgb(16,174,15); }
H1.HeaderClassName
{
color: #10AE0F;
}
.AnyTagClassName
{
color: #10AE0F;
}
</style>
background-color css
<style>
a { background-color: #10AE0F; }
a { background-color: rgb(16,174,15); }
div.DivClassName
{
background-color: #10AE0F;
}
.BgClassName
{
background-color: #10AE0F;
}
</style>
border-color css
<style>
span { border-color: #10AE0F; }
span { border-color: rgb(16,174,15); }
td.TdClassName
{
border-color: #10AE0F;
}
.TagClassName
{
border-color: #10AE0F;
}
</style>