Shades of Islamic Green #10B40F
Tints of Islamic Green #10B40F
RGB
CMYK
RGB Variations
Color information
#10B40F (or 0x10B40F) is known color: Islamic Green. HEX triplet: 10, B4 and 0F. RGB value is (16,180,15). Sum of RGB (Red+Green+Blue) = 16+180+15=211 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.58% from 211); Green value is 180 (70.70% from 255 or 85.31% from 211); Blue value is 15 (6.25% from 255 or 7.11% from 211); Max value from RGB is 180 - color contains mainly: green. Hex color #10B40F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10B40F is #EF4BF0. Grayscale: #707070. Windows color (decimal): -15682545 or 1029136. OLE color: 1029136.
HSL color Cylindrical-coordinate representation of color #10B40F: hue angle of 119.64º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10B40F is Cyan = 0.91, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 16 | 180 | 15 | - |
| CMYK | 0.91 | 0 | 0.92 | 0.29 |
| HSL | 119.64º | 0.85% | 0.38% | - |
| HSV(B) | 119.64º | 0.92% | 0.71% | - |
| XYZ | 16.62 | 32.79 | 5.9 | - |
| YUV | 112.15 | 73.17 | 59.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 180 | 15 | 0.91 | 0 | 0.92 | 0.29 | 119.64 | 0.85 | 0.38 |
| Hex | 10 | B4 | F | 5B | 0 | 5C | 1D | 78 | 55 | 26 |
| Octal | 20 | 264 | 17 | 133 | 0 | 134 | 35 | 170 | 125 | 46 |
| Binary | 10000 | 10110100 | 1111 | 1011011 | 0 | 1011100 | 11101 | 1111000 | 1010101 | 100110 |
Color Harmonies of #10B40F
Complementary color
Monochromatic Colors of #10B40F
Black with #10B40F
Text Example
Text Example
White with #10B40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B40F; }
p { color: rgb(16,180,15); }
H1.HeaderClassName
{
color: #10B40F;
}
.AnyTagClassName
{
color: #10B40F;
}
</style>
background-color css
<style>
a { background-color: #10B40F; }
a { background-color: rgb(16,180,15); }
div.DivClassName
{
background-color: #10B40F;
}
.BgClassName
{
background-color: #10B40F;
}
</style>
border-color css
<style>
span { border-color: #10B40F; }
span { border-color: rgb(16,180,15); }
td.TdClassName
{
border-color: #10B40F;
}
.TagClassName
{
border-color: #10B40F;
}
</style>