Shades of Islamic Green #10BD16
Tints of Islamic Green #10BD16
RGB
CMYK
RGB Variations
Color information
#10BD16 (or 0x10BD16) is known color: Islamic Green. HEX triplet: 10, BD and 16. RGB value is (16,189,22). Sum of RGB (Red+Green+Blue) = 16+189+22=227 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.05% from 227); Green value is 189 (74.22% from 255 or 83.26% from 227); Blue value is 22 (8.98% from 255 or 9.69% from 227); Max value from RGB is 189 - color contains mainly: green. Hex color #10BD16 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10BD16 is #EF42E9. Grayscale: #767676. Windows color (decimal): -15680234 or 1490192. OLE color: 1490192.
HSL color Cylindrical-coordinate representation of color #10BD16: hue angle of 122.08º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10BD16 is Cyan = 0.92, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 189 | 22 | - |
| CMYK | 0.92 | 0 | 0.88 | 0.26 |
| HSL | 122.08º | 0.84% | 0.4% | - |
| HSV(B) | 122.08º | 0.92% | 0.74% | - |
| XYZ | 18.56 | 36.56 | 6.84 | - |
| YUV | 118.24 | 73.69 | 55.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 189 | 22 | 0.92 | 0 | 0.88 | 0.26 | 122.08 | 0.84 | 0.4 |
| Hex | 10 | BD | 16 | 5C | 0 | 58 | 1A | 7A | 54 | 28 |
| Octal | 20 | 275 | 26 | 134 | 0 | 130 | 32 | 172 | 124 | 50 |
| Binary | 10000 | 10111101 | 10110 | 1011100 | 0 | 1011000 | 11010 | 1111010 | 1010100 | 101000 |
Color Harmonies of #10BD16
Complementary color
Monochromatic Colors of #10BD16
Black with #10BD16
Text Example
Text Example
White with #10BD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BD16; }
p { color: rgb(16,189,22); }
H1.HeaderClassName
{
color: #10BD16;
}
.AnyTagClassName
{
color: #10BD16;
}
</style>
background-color css
<style>
a { background-color: #10BD16; }
a { background-color: rgb(16,189,22); }
div.DivClassName
{
background-color: #10BD16;
}
.BgClassName
{
background-color: #10BD16;
}
</style>
border-color css
<style>
span { border-color: #10BD16; }
span { border-color: rgb(16,189,22); }
td.TdClassName
{
border-color: #10BD16;
}
.TagClassName
{
border-color: #10BD16;
}
</style>