Shades of Islamic Green #10C307
Tints of Islamic Green #10C307
RGB
CMYK
RGB Variations
Color information
#10C307 (or 0x10C307) is known color: Islamic Green. HEX triplet: 10, C3 and 07. RGB value is (16,195,7). Sum of RGB (Red+Green+Blue) = 16+195+7=218 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.34% from 218); Green value is 195 (76.56% from 255 or 89.45% from 218); Blue value is 7 (3.12% from 255 or 3.21% from 218); Max value from RGB is 195 - color contains mainly: green. Hex color #10C307 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10C307 is #EF3CF8. Grayscale: #787878. Windows color (decimal): -15678713 or 508688. OLE color: 508688.
HSL color Cylindrical-coordinate representation of color #10C307: hue angle of 117.13º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #10C307 is Cyan = 0.92, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 195 | 7 | - |
| CMYK | 0.92 | 0 | 0.96 | 0.24 |
| HSL | 117.13º | 0.93% | 0.4% | - |
| HSV(B) | 117.13º | 0.96% | 0.76% | - |
| XYZ | 19.77 | 39.16 | 6.72 | - |
| YUV | 120.05 | 64.2 | 53.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 195 | 7 | 0.92 | 0 | 0.96 | 0.24 | 117.13 | 0.93 | 0.4 |
| Hex | 10 | C3 | 7 | 5C | 0 | 60 | 18 | 75 | 5D | 28 |
| Octal | 20 | 303 | 7 | 134 | 0 | 140 | 30 | 165 | 135 | 50 |
| Binary | 10000 | 11000011 | 111 | 1011100 | 0 | 1100000 | 11000 | 1110101 | 1011101 | 101000 |
Color Harmonies of #10C307
Complementary color
Monochromatic Colors of #10C307
Black with #10C307
Text Example
Text Example
White with #10C307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C307; }
p { color: rgb(16,195,7); }
H1.HeaderClassName
{
color: #10C307;
}
.AnyTagClassName
{
color: #10C307;
}
</style>
background-color css
<style>
a { background-color: #10C307; }
a { background-color: rgb(16,195,7); }
div.DivClassName
{
background-color: #10C307;
}
.BgClassName
{
background-color: #10C307;
}
</style>
border-color css
<style>
span { border-color: #10C307; }
span { border-color: rgb(16,195,7); }
td.TdClassName
{
border-color: #10C307;
}
.TagClassName
{
border-color: #10C307;
}
</style>