Shades of Islamic Green #10B211
Tints of Islamic Green #10B211
RGB
CMYK
RGB Variations
Color information
#10B211 (or 0x10B211) is known color: Islamic Green. HEX triplet: 10, B2 and 11. RGB value is (16,178,17). Sum of RGB (Red+Green+Blue) = 16+178+17=211 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.58% from 211); Green value is 178 (69.92% from 255 or 84.36% from 211); Blue value is 17 (7.03% from 255 or 8.06% from 211); Max value from RGB is 178 - color contains mainly: green. Hex color #10B211 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10B211 is #EF4DEE. Grayscale: #6F6F6F. Windows color (decimal): -15683055 or 1159696. OLE color: 1159696.
HSL color Cylindrical-coordinate representation of color #10B211: hue angle of 120.37º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B211 is Cyan = 0.91, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 16 | 178 | 17 | - |
| CMYK | 0.91 | 0 | 0.90 | 0.30 |
| HSL | 120.37º | 0.84% | 0.38% | - |
| HSV(B) | 120.37º | 0.91% | 0.7% | - |
| XYZ | 16.24 | 31.99 | 5.85 | - |
| YUV | 111.21 | 74.83 | 60.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 178 | 17 | 0.91 | 0 | 0.90 | 0.30 | 120.37 | 0.84 | 0.38 |
| Hex | 10 | B2 | 11 | 5B | 0 | 5A | 1E | 78 | 54 | 26 |
| Octal | 20 | 262 | 21 | 133 | 0 | 132 | 36 | 170 | 124 | 46 |
| Binary | 10000 | 10110010 | 10001 | 1011011 | 0 | 1011010 | 11110 | 1111000 | 1010100 | 100110 |
Color Harmonies of #10B211
Complementary color
Monochromatic Colors of #10B211
Black with #10B211
Text Example
Text Example
White with #10B211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B211; }
p { color: rgb(16,178,17); }
H1.HeaderClassName
{
color: #10B211;
}
.AnyTagClassName
{
color: #10B211;
}
</style>
background-color css
<style>
a { background-color: #10B211; }
a { background-color: rgb(16,178,17); }
div.DivClassName
{
background-color: #10B211;
}
.BgClassName
{
background-color: #10B211;
}
</style>
border-color css
<style>
span { border-color: #10B211; }
span { border-color: rgb(16,178,17); }
td.TdClassName
{
border-color: #10B211;
}
.TagClassName
{
border-color: #10B211;
}
</style>