Shades of Islamic Green #10BA05
Tints of Islamic Green #10BA05
RGB
CMYK
RGB Variations
Color information
#10BA05 (or 0x10BA05) is known color: Islamic Green. HEX triplet: 10, BA and 05. RGB value is (16,186,5). Sum of RGB (Red+Green+Blue) = 16+186+5=207 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.73% from 207); Green value is 186 (73.05% from 255 or 89.86% from 207); Blue value is 5 (2.34% from 255 or 2.42% from 207); Max value from RGB is 186 - color contains mainly: green. Hex color #10BA05 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10BA05 is #EF45FA. Grayscale: #737373. Windows color (decimal): -15681019 or 375312. OLE color: 375312.
HSL color Cylindrical-coordinate representation of color #10BA05: hue angle of 116.35º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #10BA05 is Cyan = 0.91, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 16 | 186 | 5 | - |
| CMYK | 0.91 | 0 | 0.97 | 0.27 |
| HSL | 116.35º | 0.95% | 0.37% | - |
| HSV(B) | 116.35º | 0.97% | 0.73% | - |
| XYZ | 17.8 | 35.24 | 6.01 | - |
| YUV | 114.54 | 66.18 | 57.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 186 | 5 | 0.91 | 0 | 0.97 | 0.27 | 116.35 | 0.95 | 0.37 |
| Hex | 10 | BA | 5 | 5B | 0 | 61 | 1B | 74 | 5F | 25 |
| Octal | 20 | 272 | 5 | 133 | 0 | 141 | 33 | 164 | 137 | 45 |
| Binary | 10000 | 10111010 | 101 | 1011011 | 0 | 1100001 | 11011 | 1110100 | 1011111 | 100101 |
Color Harmonies of #10BA05
Complementary color
Monochromatic Colors of #10BA05
Black with #10BA05
Text Example
Text Example
White with #10BA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BA05; }
p { color: rgb(16,186,5); }
H1.HeaderClassName
{
color: #10BA05;
}
.AnyTagClassName
{
color: #10BA05;
}
</style>
background-color css
<style>
a { background-color: #10BA05; }
a { background-color: rgb(16,186,5); }
div.DivClassName
{
background-color: #10BA05;
}
.BgClassName
{
background-color: #10BA05;
}
</style>
border-color css
<style>
span { border-color: #10BA05; }
span { border-color: rgb(16,186,5); }
td.TdClassName
{
border-color: #10BA05;
}
.TagClassName
{
border-color: #10BA05;
}
</style>