Shades of Islamic Green #11BE13
Tints of Islamic Green #11BE13
RGB
CMYK
RGB Variations
Color information
#11BE13 (or 0x11BE13) is known color: Islamic Green. HEX triplet: 11, BE and 13. RGB value is (17,190,19). Sum of RGB (Red+Green+Blue) = 17+190+19=226 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.52% from 226); Green value is 190 (74.61% from 255 or 84.07% from 226); Blue value is 19 (7.81% from 255 or 8.41% from 226); Max value from RGB is 190 - color contains mainly: green. Hex color #11BE13 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11BE13 is #EE41EC. Grayscale: #777777. Windows color (decimal): -15614445 or 1293841. OLE color: 1293841.
HSL color Cylindrical-coordinate representation of color #11BE13: hue angle of 120.69º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11BE13 is Cyan = 0.91, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 190 | 19 | - |
| CMYK | 0.91 | 0 | 0.90 | 0.25 |
| HSL | 120.69º | 0.84% | 0.41% | - |
| HSV(B) | 120.69º | 0.91% | 0.75% | - |
| XYZ | 18.76 | 36.99 | 6.77 | - |
| YUV | 118.78 | 71.69 | 55.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 190 | 19 | 0.91 | 0 | 0.90 | 0.25 | 120.69 | 0.84 | 0.41 |
| Hex | 11 | BE | 13 | 5B | 0 | 5A | 19 | 79 | 54 | 29 |
| Octal | 21 | 276 | 23 | 133 | 0 | 132 | 31 | 171 | 124 | 51 |
| Binary | 10001 | 10111110 | 10011 | 1011011 | 0 | 1011010 | 11001 | 1111001 | 1010100 | 101001 |
Color Harmonies of #11BE13
Complementary color
Monochromatic Colors of #11BE13
Black with #11BE13
Text Example
Text Example
White with #11BE13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BE13; }
p { color: rgb(17,190,19); }
H1.HeaderClassName
{
color: #11BE13;
}
.AnyTagClassName
{
color: #11BE13;
}
</style>
background-color css
<style>
a { background-color: #11BE13; }
a { background-color: rgb(17,190,19); }
div.DivClassName
{
background-color: #11BE13;
}
.BgClassName
{
background-color: #11BE13;
}
</style>
border-color css
<style>
span { border-color: #11BE13; }
span { border-color: rgb(17,190,19); }
td.TdClassName
{
border-color: #11BE13;
}
.TagClassName
{
border-color: #11BE13;
}
</style>