Shades of Islamic Green #10BA07
Tints of Islamic Green #10BA07
RGB
CMYK
RGB Variations
Color information
#10BA07 (or 0x10BA07) is known color: Islamic Green. HEX triplet: 10, BA and 07. RGB value is (16,186,7). Sum of RGB (Red+Green+Blue) = 16+186+7=209 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.66% from 209); Green value is 186 (73.05% from 255 or 89.00% from 209); Blue value is 7 (3.12% from 255 or 3.35% from 209); Max value from RGB is 186 - color contains mainly: green. Hex color #10BA07 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10BA07 is #EF45F8. Grayscale: #737373. Windows color (decimal): -15681017 or 506384. OLE color: 506384.
HSL color Cylindrical-coordinate representation of color #10BA07: hue angle of 116.98º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #10BA07 is Cyan = 0.91, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 16 | 186 | 7 | - |
| CMYK | 0.91 | 0 | 0.96 | 0.27 |
| HSL | 116.98º | 0.93% | 0.38% | - |
| HSV(B) | 116.98º | 0.96% | 0.73% | - |
| XYZ | 17.81 | 35.24 | 6.06 | - |
| YUV | 114.76 | 67.18 | 57.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 186 | 7 | 0.91 | 0 | 0.96 | 0.27 | 116.98 | 0.93 | 0.38 |
| Hex | 10 | BA | 7 | 5B | 0 | 60 | 1B | 75 | 5D | 26 |
| Octal | 20 | 272 | 7 | 133 | 0 | 140 | 33 | 165 | 135 | 46 |
| Binary | 10000 | 10111010 | 111 | 1011011 | 0 | 1100000 | 11011 | 1110101 | 1011101 | 100110 |
Color Harmonies of #10BA07
Complementary color
Monochromatic Colors of #10BA07
Black with #10BA07
Text Example
Text Example
White with #10BA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BA07; }
p { color: rgb(16,186,7); }
H1.HeaderClassName
{
color: #10BA07;
}
.AnyTagClassName
{
color: #10BA07;
}
</style>
background-color css
<style>
a { background-color: #10BA07; }
a { background-color: rgb(16,186,7); }
div.DivClassName
{
background-color: #10BA07;
}
.BgClassName
{
background-color: #10BA07;
}
</style>
border-color css
<style>
span { border-color: #10BA07; }
span { border-color: rgb(16,186,7); }
td.TdClassName
{
border-color: #10BA07;
}
.TagClassName
{
border-color: #10BA07;
}
</style>