Shades of Islamic Green #10B015
Tints of Islamic Green #10B015
RGB
CMYK
RGB Variations
Color information
#10B015 (or 0x10B015) is known color: Islamic Green. HEX triplet: 10, B0 and 15. RGB value is (16,176,21). Sum of RGB (Red+Green+Blue) = 16+176+21=213 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.51% from 213); Green value is 176 (69.14% from 255 or 82.63% from 213); Blue value is 21 (8.59% from 255 or 9.86% from 213); Max value from RGB is 176 - color contains mainly: green. Hex color #10B015 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10B015 is #EF4FEA. Grayscale: #6E6E6E. Windows color (decimal): -15683563 or 1421328. OLE color: 1421328.
HSL color Cylindrical-coordinate representation of color #10B015: hue angle of 121.88º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B015 is Cyan = 0.91, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 176 | 21 | - |
| CMYK | 0.91 | 0 | 0.88 | 0.31 |
| HSL | 121.88º | 0.83% | 0.38% | - |
| HSV(B) | 121.88º | 0.91% | 0.69% | - |
| XYZ | 15.87 | 31.21 | 5.9 | - |
| YUV | 110.49 | 77.49 | 60.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 176 | 21 | 0.91 | 0 | 0.88 | 0.31 | 121.88 | 0.83 | 0.38 |
| Hex | 10 | B0 | 15 | 5B | 0 | 58 | 1F | 7A | 53 | 26 |
| Octal | 20 | 260 | 25 | 133 | 0 | 130 | 37 | 172 | 123 | 46 |
| Binary | 10000 | 10110000 | 10101 | 1011011 | 0 | 1011000 | 11111 | 1111010 | 1010011 | 100110 |
Color Harmonies of #10B015
Complementary color
Monochromatic Colors of #10B015
Black with #10B015
Text Example
Text Example
White with #10B015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B015; }
p { color: rgb(16,176,21); }
H1.HeaderClassName
{
color: #10B015;
}
.AnyTagClassName
{
color: #10B015;
}
</style>
background-color css
<style>
a { background-color: #10B015; }
a { background-color: rgb(16,176,21); }
div.DivClassName
{
background-color: #10B015;
}
.BgClassName
{
background-color: #10B015;
}
</style>
border-color css
<style>
span { border-color: #10B015; }
span { border-color: rgb(16,176,21); }
td.TdClassName
{
border-color: #10B015;
}
.TagClassName
{
border-color: #10B015;
}
</style>