Shades of Islamic Green #10BD12
Tints of Islamic Green #10BD12
RGB
CMYK
RGB Variations
Color information
#10BD12 (or 0x10BD12) is known color: Islamic Green. HEX triplet: 10, BD and 12. RGB value is (16,189,18). Sum of RGB (Red+Green+Blue) = 16+189+18=223 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.17% from 223); Green value is 189 (74.22% from 255 or 84.75% from 223); Blue value is 18 (7.42% from 255 or 8.07% from 223); Max value from RGB is 189 - color contains mainly: green. Hex color #10BD12 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10BD12 is #EF42ED. Grayscale: #767676. Windows color (decimal): -15680238 or 1228048. OLE color: 1228048.
HSL color Cylindrical-coordinate representation of color #10BD12: hue angle of 120.69º 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 #10BD12 is Cyan = 0.92, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 189 | 18 | - |
| CMYK | 0.92 | 0 | 0.90 | 0.26 |
| HSL | 120.69º | 0.84% | 0.4% | - |
| HSV(B) | 120.69º | 0.92% | 0.74% | - |
| XYZ | 18.52 | 36.55 | 6.65 | - |
| YUV | 117.78 | 71.69 | 55.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 189 | 18 | 0.92 | 0 | 0.90 | 0.26 | 120.69 | 0.84 | 0.4 |
| Hex | 10 | BD | 12 | 5C | 0 | 5A | 1A | 79 | 54 | 28 |
| Octal | 20 | 275 | 22 | 134 | 0 | 132 | 32 | 171 | 124 | 50 |
| Binary | 10000 | 10111101 | 10010 | 1011100 | 0 | 1011010 | 11010 | 1111001 | 1010100 | 101000 |
Color Harmonies of #10BD12
Complementary color
Monochromatic Colors of #10BD12
Black with #10BD12
Text Example
Text Example
White with #10BD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BD12; }
p { color: rgb(16,189,18); }
H1.HeaderClassName
{
color: #10BD12;
}
.AnyTagClassName
{
color: #10BD12;
}
</style>
background-color css
<style>
a { background-color: #10BD12; }
a { background-color: rgb(16,189,18); }
div.DivClassName
{
background-color: #10BD12;
}
.BgClassName
{
background-color: #10BD12;
}
</style>
border-color css
<style>
span { border-color: #10BD12; }
span { border-color: rgb(16,189,18); }
td.TdClassName
{
border-color: #10BD12;
}
.TagClassName
{
border-color: #10BD12;
}
</style>