Shades of Islamic Green #10C306
Tints of Islamic Green #10C306
RGB
CMYK
RGB Variations
Color information
#10C306 (or 0x10C306) is known color: Islamic Green. HEX triplet: 10, C3 and 06. RGB value is (16,195,6). Sum of RGB (Red+Green+Blue) = 16+195+6=217 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.37% from 217); Green value is 195 (76.56% from 255 or 89.86% from 217); Blue value is 6 (2.73% from 255 or 2.76% from 217); Max value from RGB is 195 - color contains mainly: green. Hex color #10C306 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10C306 is #EF3CF9. Grayscale: #787878. Windows color (decimal): -15678714 or 443152. OLE color: 443152.
HSL color Cylindrical-coordinate representation of color #10C306: hue angle of 116.83º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #10C306 is Cyan = 0.92, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 195 | 6 | - |
| CMYK | 0.92 | 0 | 0.97 | 0.24 |
| HSL | 116.83º | 0.94% | 0.39% | - |
| HSV(B) | 116.83º | 0.97% | 0.76% | - |
| XYZ | 19.76 | 39.15 | 6.69 | - |
| YUV | 119.93 | 63.7 | 53.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 195 | 6 | 0.92 | 0 | 0.97 | 0.24 | 116.83 | 0.94 | 0.39 |
| Hex | 10 | C3 | 6 | 5C | 0 | 61 | 18 | 75 | 5E | 27 |
| Octal | 20 | 303 | 6 | 134 | 0 | 141 | 30 | 165 | 136 | 47 |
| Binary | 10000 | 11000011 | 110 | 1011100 | 0 | 1100001 | 11000 | 1110101 | 1011110 | 100111 |
Color Harmonies of #10C306
Complementary color
Monochromatic Colors of #10C306
Black with #10C306
Text Example
Text Example
White with #10C306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C306; }
p { color: rgb(16,195,6); }
H1.HeaderClassName
{
color: #10C306;
}
.AnyTagClassName
{
color: #10C306;
}
</style>
background-color css
<style>
a { background-color: #10C306; }
a { background-color: rgb(16,195,6); }
div.DivClassName
{
background-color: #10C306;
}
.BgClassName
{
background-color: #10C306;
}
</style>
border-color css
<style>
span { border-color: #10C306; }
span { border-color: rgb(16,195,6); }
td.TdClassName
{
border-color: #10C306;
}
.TagClassName
{
border-color: #10C306;
}
</style>