Shades of Islamic Green #11B701
Tints of Islamic Green #11B701
RGB
CMYK
RGB Variations
Color information
#11B701 (or 0x11B701) is known color: Islamic Green. HEX triplet: 11, B7 and 01. RGB value is (17,183,1). Sum of RGB (Red+Green+Blue) = 17+183+1=201 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.46% from 201); Green value is 183 (71.88% from 255 or 91.04% from 201); Blue value is 1 (0.78% from 255 or 0.50% from 201); Max value from RGB is 183 - color contains mainly: green. Hex color #11B701 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11B701 is #EE48FE. Grayscale: #717171. Windows color (decimal): -15616255 or 112401. OLE color: 112401.
HSL color Cylindrical-coordinate representation of color #11B701: hue angle of 114.73º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #11B701 is Cyan = 0.91, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 17 | 183 | 1 | - |
| CMYK | 0.91 | 0 | 0.99 | 0.28 |
| HSL | 114.73º | 0.99% | 0.36% | - |
| HSV(B) | 114.73º | 0.99% | 0.72% | - |
| XYZ | 17.17 | 33.99 | 5.68 | - |
| YUV | 112.62 | 65 | 59.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 183 | 1 | 0.91 | 0 | 0.99 | 0.28 | 114.73 | 0.99 | 0.36 |
| Hex | 11 | B7 | 1 | 5B | 0 | 63 | 1C | 73 | 63 | 24 |
| Octal | 21 | 267 | 1 | 133 | 0 | 143 | 34 | 163 | 143 | 44 |
| Binary | 10001 | 10110111 | 1 | 1011011 | 0 | 1100011 | 11100 | 1110011 | 1100011 | 100100 |
Color Harmonies of #11B701
Complementary color
Monochromatic Colors of #11B701
Black with #11B701
Text Example
Text Example
White with #11B701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B701; }
p { color: rgb(17,183,1); }
H1.HeaderClassName
{
color: #11B701;
}
.AnyTagClassName
{
color: #11B701;
}
</style>
background-color css
<style>
a { background-color: #11B701; }
a { background-color: rgb(17,183,1); }
div.DivClassName
{
background-color: #11B701;
}
.BgClassName
{
background-color: #11B701;
}
</style>
border-color css
<style>
span { border-color: #11B701; }
span { border-color: rgb(17,183,1); }
td.TdClassName
{
border-color: #11B701;
}
.TagClassName
{
border-color: #11B701;
}
</style>