Shades of Islamic Green #10B90F
Tints of Islamic Green #10B90F
RGB
CMYK
RGB Variations
Color information
#10B90F (or 0x10B90F) is known color: Islamic Green. HEX triplet: 10, B9 and 0F. RGB value is (16,185,15). Sum of RGB (Red+Green+Blue) = 16+185+15=216 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.41% from 216); Green value is 185 (72.66% from 255 or 85.65% from 216); Blue value is 15 (6.25% from 255 or 6.94% from 216); Max value from RGB is 185 - color contains mainly: green. Hex color #10B90F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10B90F is #EF46F0. Grayscale: #737373. Windows color (decimal): -15681265 or 1030416. OLE color: 1030416.
HSL color Cylindrical-coordinate representation of color #10B90F: hue angle of 119.65º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10B90F is Cyan = 0.91, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 16 | 185 | 15 | - |
| CMYK | 0.91 | 0 | 0.92 | 0.27 |
| HSL | 119.65º | 0.85% | 0.39% | - |
| HSV(B) | 119.65º | 0.92% | 0.73% | - |
| XYZ | 17.65 | 34.84 | 6.25 | - |
| YUV | 115.09 | 71.51 | 57.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 185 | 15 | 0.91 | 0 | 0.92 | 0.27 | 119.65 | 0.85 | 0.39 |
| Hex | 10 | B9 | F | 5B | 0 | 5C | 1B | 78 | 55 | 27 |
| Octal | 20 | 271 | 17 | 133 | 0 | 134 | 33 | 170 | 125 | 47 |
| Binary | 10000 | 10111001 | 1111 | 1011011 | 0 | 1011100 | 11011 | 1111000 | 1010101 | 100111 |
Color Harmonies of #10B90F
Complementary color
Monochromatic Colors of #10B90F
Black with #10B90F
Text Example
Text Example
White with #10B90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B90F; }
p { color: rgb(16,185,15); }
H1.HeaderClassName
{
color: #10B90F;
}
.AnyTagClassName
{
color: #10B90F;
}
</style>
background-color css
<style>
a { background-color: #10B90F; }
a { background-color: rgb(16,185,15); }
div.DivClassName
{
background-color: #10B90F;
}
.BgClassName
{
background-color: #10B90F;
}
</style>
border-color css
<style>
span { border-color: #10B90F; }
span { border-color: rgb(16,185,15); }
td.TdClassName
{
border-color: #10B90F;
}
.TagClassName
{
border-color: #10B90F;
}
</style>