Shades of Islamic Green #10BF11
Tints of Islamic Green #10BF11
RGB
CMYK
RGB Variations
Color information
#10BF11 (or 0x10BF11) is known color: Islamic Green. HEX triplet: 10, BF and 11. RGB value is (16,191,17). Sum of RGB (Red+Green+Blue) = 16+191+17=224 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.14% from 224); Green value is 191 (75% from 255 or 85.27% from 224); Blue value is 17 (7.03% from 255 or 7.59% from 224); Max value from RGB is 191 - color contains mainly: green. Hex color #10BF11 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10BF11 is #EF40EE. Grayscale: #777777. Windows color (decimal): -15679727 or 1163024. OLE color: 1163024.
HSL color Cylindrical-coordinate representation of color #10BF11: hue angle of 120.34º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10BF11 is Cyan = 0.92, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 191 | 17 | - |
| CMYK | 0.92 | 0 | 0.91 | 0.25 |
| HSL | 120.34º | 0.85% | 0.41% | - |
| HSV(B) | 120.34º | 0.92% | 0.75% | - |
| XYZ | 18.95 | 37.41 | 6.75 | - |
| YUV | 118.84 | 70.52 | 54.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 191 | 17 | 0.92 | 0 | 0.91 | 0.25 | 120.34 | 0.85 | 0.41 |
| Hex | 10 | BF | 11 | 5C | 0 | 5B | 19 | 78 | 55 | 29 |
| Octal | 20 | 277 | 21 | 134 | 0 | 133 | 31 | 170 | 125 | 51 |
| Binary | 10000 | 10111111 | 10001 | 1011100 | 0 | 1011011 | 11001 | 1111000 | 1010101 | 101001 |
Color Harmonies of #10BF11
Complementary color
Monochromatic Colors of #10BF11
Black with #10BF11
Text Example
Text Example
White with #10BF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BF11; }
p { color: rgb(16,191,17); }
H1.HeaderClassName
{
color: #10BF11;
}
.AnyTagClassName
{
color: #10BF11;
}
</style>
background-color css
<style>
a { background-color: #10BF11; }
a { background-color: rgb(16,191,17); }
div.DivClassName
{
background-color: #10BF11;
}
.BgClassName
{
background-color: #10BF11;
}
</style>
border-color css
<style>
span { border-color: #10BF11; }
span { border-color: rgb(16,191,17); }
td.TdClassName
{
border-color: #10BF11;
}
.TagClassName
{
border-color: #10BF11;
}
</style>