Shades of Islamic Green #11BE12
Tints of Islamic Green #11BE12
RGB
CMYK
RGB Variations
Color information
#11BE12 (or 0x11BE12) is known color: Islamic Green. HEX triplet: 11, BE and 12. RGB value is (17,190,18). Sum of RGB (Red+Green+Blue) = 17+190+18=225 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.56% from 225); Green value is 190 (74.61% from 255 or 84.44% from 225); Blue value is 18 (7.42% from 255 or 8% from 225); Max value from RGB is 190 - color contains mainly: green. Hex color #11BE12 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11BE12 is #EE41ED. Grayscale: #777777. Windows color (decimal): -15614446 or 1228305. OLE color: 1228305.
HSL color Cylindrical-coordinate representation of color #11BE12: hue angle of 120.35º 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 #11BE12 is Cyan = 0.91, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 190 | 18 | - |
| CMYK | 0.91 | 0 | 0.91 | 0.25 |
| HSL | 120.35º | 0.84% | 0.41% | - |
| HSV(B) | 120.35º | 0.91% | 0.75% | - |
| XYZ | 18.75 | 36.99 | 6.72 | - |
| YUV | 118.67 | 71.19 | 55.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 190 | 18 | 0.91 | 0 | 0.91 | 0.25 | 120.35 | 0.84 | 0.41 |
| Hex | 11 | BE | 12 | 5B | 0 | 5B | 19 | 78 | 54 | 29 |
| Octal | 21 | 276 | 22 | 133 | 0 | 133 | 31 | 170 | 124 | 51 |
| Binary | 10001 | 10111110 | 10010 | 1011011 | 0 | 1011011 | 11001 | 1111000 | 1010100 | 101001 |
Color Harmonies of #11BE12
Complementary color
Monochromatic Colors of #11BE12
Black with #11BE12
Text Example
Text Example
White with #11BE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BE12; }
p { color: rgb(17,190,18); }
H1.HeaderClassName
{
color: #11BE12;
}
.AnyTagClassName
{
color: #11BE12;
}
</style>
background-color css
<style>
a { background-color: #11BE12; }
a { background-color: rgb(17,190,18); }
div.DivClassName
{
background-color: #11BE12;
}
.BgClassName
{
background-color: #11BE12;
}
</style>
border-color css
<style>
span { border-color: #11BE12; }
span { border-color: rgb(17,190,18); }
td.TdClassName
{
border-color: #11BE12;
}
.TagClassName
{
border-color: #11BE12;
}
</style>