Shades of Islamic Green #10B20E
Tints of Islamic Green #10B20E
RGB
CMYK
RGB Variations
Color information
#10B20E (or 0x10B20E) is known color: Islamic Green. HEX triplet: 10, B2 and 0E. RGB value is (16,178,14). Sum of RGB (Red+Green+Blue) = 16+178+14=208 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.69% from 208); Green value is 178 (69.92% from 255 or 85.58% from 208); Blue value is 14 (5.86% from 255 or 6.73% from 208); Max value from RGB is 178 - color contains mainly: green. Hex color #10B20E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10B20E is #EF4DF1. Grayscale: #6F6F6F. Windows color (decimal): -15683058 or 963088. OLE color: 963088.
HSL color Cylindrical-coordinate representation of color #10B20E: hue angle of 119.27º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10B20E is Cyan = 0.91, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 16 | 178 | 14 | - |
| CMYK | 0.91 | 0 | 0.92 | 0.30 |
| HSL | 119.27º | 0.85% | 0.38% | - |
| HSV(B) | 119.27º | 0.92% | 0.7% | - |
| XYZ | 16.21 | 31.98 | 5.73 | - |
| YUV | 110.87 | 73.33 | 60.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 178 | 14 | 0.91 | 0 | 0.92 | 0.30 | 119.27 | 0.85 | 0.38 |
| Hex | 10 | B2 | E | 5B | 0 | 5C | 1E | 77 | 55 | 26 |
| Octal | 20 | 262 | 16 | 133 | 0 | 134 | 36 | 167 | 125 | 46 |
| Binary | 10000 | 10110010 | 1110 | 1011011 | 0 | 1011100 | 11110 | 1110111 | 1010101 | 100110 |
Color Harmonies of #10B20E
Complementary color
Monochromatic Colors of #10B20E
Black with #10B20E
Text Example
Text Example
White with #10B20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B20E; }
p { color: rgb(16,178,14); }
H1.HeaderClassName
{
color: #10B20E;
}
.AnyTagClassName
{
color: #10B20E;
}
</style>
background-color css
<style>
a { background-color: #10B20E; }
a { background-color: rgb(16,178,14); }
div.DivClassName
{
background-color: #10B20E;
}
.BgClassName
{
background-color: #10B20E;
}
</style>
border-color css
<style>
span { border-color: #10B20E; }
span { border-color: rgb(16,178,14); }
td.TdClassName
{
border-color: #10B20E;
}
.TagClassName
{
border-color: #10B20E;
}
</style>