Shades of Islamic Green #10B412
Tints of Islamic Green #10B412
RGB
CMYK
RGB Variations
Color information
#10B412 (or 0x10B412) is known color: Islamic Green. HEX triplet: 10, B4 and 12. RGB value is (16,180,18). Sum of RGB (Red+Green+Blue) = 16+180+18=214 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.48% from 214); Green value is 180 (70.70% from 255 or 84.11% from 214); Blue value is 18 (7.42% from 255 or 8.41% from 214); Max value from RGB is 180 - color contains mainly: green. Hex color #10B412 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10B412 is #EF4BED. Grayscale: #707070. Windows color (decimal): -15682542 or 1225744. OLE color: 1225744.
HSL color Cylindrical-coordinate representation of color #10B412: hue angle of 120.73º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B412 is Cyan = 0.91, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 16 | 180 | 18 | - |
| CMYK | 0.91 | 0 | 0.9 | 0.29 |
| HSL | 120.73º | 0.84% | 0.38% | - |
| HSV(B) | 120.73º | 0.91% | 0.71% | - |
| XYZ | 16.64 | 32.8 | 6.03 | - |
| YUV | 112.5 | 74.67 | 59.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 180 | 18 | 0.91 | 0 | 0.9 | 0.29 | 120.73 | 0.84 | 0.38 |
| Hex | 10 | B4 | 12 | 5B | 0 | 5A | 1D | 79 | 54 | 26 |
| Octal | 20 | 264 | 22 | 133 | 0 | 132 | 35 | 171 | 124 | 46 |
| Binary | 10000 | 10110100 | 10010 | 1011011 | 0 | 1011010 | 11101 | 1111001 | 1010100 | 100110 |
Color Harmonies of #10B412
Complementary color
Monochromatic Colors of #10B412
Black with #10B412
Text Example
Text Example
White with #10B412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B412; }
p { color: rgb(16,180,18); }
H1.HeaderClassName
{
color: #10B412;
}
.AnyTagClassName
{
color: #10B412;
}
</style>
background-color css
<style>
a { background-color: #10B412; }
a { background-color: rgb(16,180,18); }
div.DivClassName
{
background-color: #10B412;
}
.BgClassName
{
background-color: #10B412;
}
</style>
border-color css
<style>
span { border-color: #10B412; }
span { border-color: rgb(16,180,18); }
td.TdClassName
{
border-color: #10B412;
}
.TagClassName
{
border-color: #10B412;
}
</style>