Shades of Islamic Green #11C303
Tints of Islamic Green #11C303
RGB
CMYK
RGB Variations
Color information
#11C303 (or 0x11C303) is known color: Islamic Green. HEX triplet: 11, C3 and 03. RGB value is (17,195,3). Sum of RGB (Red+Green+Blue) = 17+195+3=215 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.91% from 215); Green value is 195 (76.56% from 255 or 90.70% from 215); Blue value is 3 (1.56% from 255 or 1.40% from 215); Max value from RGB is 195 - color contains mainly: green. Hex color #11C303 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11C303 is #EE3CFC. Grayscale: #787878. Windows color (decimal): -15613181 or 246545. OLE color: 246545.
HSL color Cylindrical-coordinate representation of color #11C303: hue angle of 115.62º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #11C303 is Cyan = 0.91, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 195 | 3 | - |
| CMYK | 0.91 | 0 | 0.98 | 0.24 |
| HSL | 115.63º | 0.97% | 0.39% | - |
| HSV(B) | 115.63º | 0.98% | 0.76% | - |
| XYZ | 19.76 | 39.16 | 6.6 | - |
| YUV | 119.89 | 62.03 | 54.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 195 | 3 | 0.91 | 0 | 0.98 | 0.24 | 115.63 | 0.97 | 0.39 |
| Hex | 11 | C3 | 3 | 5B | 0 | 62 | 18 | 74 | 61 | 27 |
| Octal | 21 | 303 | 3 | 133 | 0 | 142 | 30 | 164 | 141 | 47 |
| Binary | 10001 | 11000011 | 11 | 1011011 | 0 | 1100010 | 11000 | 1110100 | 1100001 | 100111 |
Color Harmonies of #11C303
Complementary color
Monochromatic Colors of #11C303
Black with #11C303
Text Example
Text Example
White with #11C303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C303; }
p { color: rgb(17,195,3); }
H1.HeaderClassName
{
color: #11C303;
}
.AnyTagClassName
{
color: #11C303;
}
</style>
background-color css
<style>
a { background-color: #11C303; }
a { background-color: rgb(17,195,3); }
div.DivClassName
{
background-color: #11C303;
}
.BgClassName
{
background-color: #11C303;
}
</style>
border-color css
<style>
span { border-color: #11C303; }
span { border-color: rgb(17,195,3); }
td.TdClassName
{
border-color: #11C303;
}
.TagClassName
{
border-color: #11C303;
}
</style>