Shades of Islamic Green #10C508
Tints of Islamic Green #10C508
RGB
CMYK
RGB Variations
Color information
#10C508 (or 0x10C508) is known color: Islamic Green. HEX triplet: 10, C5 and 08. RGB value is (16,197,8). Sum of RGB (Red+Green+Blue) = 16+197+8=221 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.24% from 221); Green value is 197 (77.34% from 255 or 89.14% from 221); Blue value is 8 (3.52% from 255 or 3.62% from 221); Max value from RGB is 197 - color contains mainly: green. Hex color #10C508 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10C508 is #EF3AF7. Grayscale: #797979. Windows color (decimal): -15678200 or 574736. OLE color: 574736.
HSL color Cylindrical-coordinate representation of color #10C508: hue angle of 117.46º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #10C508 is Cyan = 0.92, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 16 | 197 | 8 | - |
| CMYK | 0.92 | 0 | 0.96 | 0.23 |
| HSL | 117.46º | 0.92% | 0.4% | - |
| HSV(B) | 117.46º | 0.96% | 0.77% | - |
| XYZ | 20.22 | 40.06 | 6.9 | - |
| YUV | 121.34 | 64.03 | 52.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 197 | 8 | 0.92 | 0 | 0.96 | 0.23 | 117.46 | 0.92 | 0.4 |
| Hex | 10 | C5 | 8 | 5C | 0 | 60 | 17 | 75 | 5C | 28 |
| Octal | 20 | 305 | 10 | 134 | 0 | 140 | 27 | 165 | 134 | 50 |
| Binary | 10000 | 11000101 | 1000 | 1011100 | 0 | 1100000 | 10111 | 1110101 | 1011100 | 101000 |
Color Harmonies of #10C508
Complementary color
Monochromatic Colors of #10C508
Black with #10C508
Text Example
Text Example
White with #10C508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C508; }
p { color: rgb(16,197,8); }
H1.HeaderClassName
{
color: #10C508;
}
.AnyTagClassName
{
color: #10C508;
}
</style>
background-color css
<style>
a { background-color: #10C508; }
a { background-color: rgb(16,197,8); }
div.DivClassName
{
background-color: #10C508;
}
.BgClassName
{
background-color: #10C508;
}
</style>
border-color css
<style>
span { border-color: #10C508; }
span { border-color: rgb(16,197,8); }
td.TdClassName
{
border-color: #10C508;
}
.TagClassName
{
border-color: #10C508;
}
</style>