Shades of Islamic Green #10BB13
Tints of Islamic Green #10BB13
RGB
CMYK
RGB Variations
Color information
#10BB13 (or 0x10BB13) is known color: Islamic Green. HEX triplet: 10, BB and 13. RGB value is (16,187,19). Sum of RGB (Red+Green+Blue) = 16+187+19=222 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.21% from 222); Green value is 187 (73.44% from 255 or 84.23% from 222); Blue value is 19 (7.81% from 255 or 8.56% from 222); Max value from RGB is 187 - color contains mainly: green. Hex color #10BB13 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10BB13 is #EF44EC. Grayscale: #757575. Windows color (decimal): -15680749 or 1293072. OLE color: 1293072.
HSL color Cylindrical-coordinate representation of color #10BB13: hue angle of 121.05º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10BB13 is Cyan = 0.91, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 16 | 187 | 19 | - |
| CMYK | 0.91 | 0 | 0.90 | 0.27 |
| HSL | 121.05º | 0.84% | 0.4% | - |
| HSV(B) | 121.05º | 0.91% | 0.73% | - |
| XYZ | 18.1 | 35.7 | 6.55 | - |
| YUV | 116.72 | 72.85 | 56.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 187 | 19 | 0.91 | 0 | 0.90 | 0.27 | 121.05 | 0.84 | 0.4 |
| Hex | 10 | BB | 13 | 5B | 0 | 5A | 1B | 79 | 54 | 28 |
| Octal | 20 | 273 | 23 | 133 | 0 | 132 | 33 | 171 | 124 | 50 |
| Binary | 10000 | 10111011 | 10011 | 1011011 | 0 | 1011010 | 11011 | 1111001 | 1010100 | 101000 |
Color Harmonies of #10BB13
Complementary color
Monochromatic Colors of #10BB13
Black with #10BB13
Text Example
Text Example
White with #10BB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BB13; }
p { color: rgb(16,187,19); }
H1.HeaderClassName
{
color: #10BB13;
}
.AnyTagClassName
{
color: #10BB13;
}
</style>
background-color css
<style>
a { background-color: #10BB13; }
a { background-color: rgb(16,187,19); }
div.DivClassName
{
background-color: #10BB13;
}
.BgClassName
{
background-color: #10BB13;
}
</style>
border-color css
<style>
span { border-color: #10BB13; }
span { border-color: rgb(16,187,19); }
td.TdClassName
{
border-color: #10BB13;
}
.TagClassName
{
border-color: #10BB13;
}
</style>