Shades of Islamic Green #10B713
Tints of Islamic Green #10B713
RGB
CMYK
RGB Variations
Color information
#10B713 (or 0x10B713) is known color: Islamic Green. HEX triplet: 10, B7 and 13. RGB value is (16,183,19). Sum of RGB (Red+Green+Blue) = 16+183+19=218 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.34% from 218); Green value is 183 (71.88% from 255 or 83.94% from 218); Blue value is 19 (7.81% from 255 or 8.72% from 218); Max value from RGB is 183 - color contains mainly: green. Hex color #10B713 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10B713 is #EF48EC. Grayscale: #727272. Windows color (decimal): -15681773 or 1292048. OLE color: 1292048.
HSL color Cylindrical-coordinate representation of color #10B713: hue angle of 121.08º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B713 is Cyan = 0.91, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 16 | 183 | 19 | - |
| CMYK | 0.91 | 0 | 0.90 | 0.28 |
| HSL | 121.08º | 0.84% | 0.39% | - |
| HSV(B) | 121.08º | 0.91% | 0.72% | - |
| XYZ | 17.26 | 34.02 | 6.27 | - |
| YUV | 114.37 | 74.17 | 57.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 183 | 19 | 0.91 | 0 | 0.90 | 0.28 | 121.08 | 0.84 | 0.39 |
| Hex | 10 | B7 | 13 | 5B | 0 | 5A | 1C | 79 | 54 | 27 |
| Octal | 20 | 267 | 23 | 133 | 0 | 132 | 34 | 171 | 124 | 47 |
| Binary | 10000 | 10110111 | 10011 | 1011011 | 0 | 1011010 | 11100 | 1111001 | 1010100 | 100111 |
Color Harmonies of #10B713
Complementary color
Monochromatic Colors of #10B713
Black with #10B713
Text Example
Text Example
White with #10B713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B713; }
p { color: rgb(16,183,19); }
H1.HeaderClassName
{
color: #10B713;
}
.AnyTagClassName
{
color: #10B713;
}
</style>
background-color css
<style>
a { background-color: #10B713; }
a { background-color: rgb(16,183,19); }
div.DivClassName
{
background-color: #10B713;
}
.BgClassName
{
background-color: #10B713;
}
</style>
border-color css
<style>
span { border-color: #10B713; }
span { border-color: rgb(16,183,19); }
td.TdClassName
{
border-color: #10B713;
}
.TagClassName
{
border-color: #10B713;
}
</style>