Shades of Islamic Green #10A712
Tints of Islamic Green #10A712
RGB
CMYK
RGB Variations
Color information
#10A712 (or 0x10A712) is known color: Islamic Green. HEX triplet: 10, A7 and 12. RGB value is (16,167,18). Sum of RGB (Red+Green+Blue) = 16+167+18=201 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.96% from 201); Green value is 167 (65.62% from 255 or 83.08% from 201); Blue value is 18 (7.42% from 255 or 8.96% from 201); Max value from RGB is 167 - color contains mainly: green. Hex color #10A712 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10A712 is #EF58ED. Grayscale: #696969. Windows color (decimal): -15685870 or 1222416. OLE color: 1222416.
HSL color Cylindrical-coordinate representation of color #10A712: hue angle of 120.79º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10A712 is Cyan = 0.90, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 16 | 167 | 18 | - |
| CMYK | 0.90 | 0 | 0.89 | 0.35 |
| HSL | 120.79º | 0.83% | 0.36% | - |
| HSV(B) | 120.79º | 0.9% | 0.65% | - |
| XYZ | 14.14 | 27.79 | 5.19 | - |
| YUV | 104.87 | 78.97 | 64.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 167 | 18 | 0.90 | 0 | 0.89 | 0.35 | 120.79 | 0.83 | 0.36 |
| Hex | 10 | A7 | 12 | 5A | 0 | 59 | 23 | 79 | 53 | 24 |
| Octal | 20 | 247 | 22 | 132 | 0 | 131 | 43 | 171 | 123 | 44 |
| Binary | 10000 | 10100111 | 10010 | 1011010 | 0 | 1011001 | 100011 | 1111001 | 1010011 | 100100 |
Color Harmonies of #10A712
Complementary color
Monochromatic Colors of #10A712
Black with #10A712
Text Example
Text Example
White with #10A712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A712; }
p { color: rgb(16,167,18); }
H1.HeaderClassName
{
color: #10A712;
}
.AnyTagClassName
{
color: #10A712;
}
</style>
background-color css
<style>
a { background-color: #10A712; }
a { background-color: rgb(16,167,18); }
div.DivClassName
{
background-color: #10A712;
}
.BgClassName
{
background-color: #10A712;
}
</style>
border-color css
<style>
span { border-color: #10A712; }
span { border-color: rgb(16,167,18); }
td.TdClassName
{
border-color: #10A712;
}
.TagClassName
{
border-color: #10A712;
}
</style>