Shades of Islamic Green #14B113
Tints of Islamic Green #14B113
RGB
CMYK
RGB Variations
Color information
#14B113 (or 0x14B113) is known color: Islamic Green. HEX triplet: 14, B1 and 13. RGB value is (20,177,19). Sum of RGB (Red+Green+Blue) = 20+177+19=216 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.26% from 216); Green value is 177 (69.53% from 255 or 81.94% from 216); Blue value is 19 (7.81% from 255 or 8.80% from 216); Max value from RGB is 177 - color contains mainly: green. Hex color #14B113 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #14B113 is #EB4EEC. Grayscale: #707070. Windows color (decimal): -15421165 or 1290516. OLE color: 1290516.
HSL color Cylindrical-coordinate representation of color #14B113: hue angle of 119.62º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B113 is Cyan = 0.89, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 20 | 177 | 19 | - |
| CMYK | 0.89 | 0 | 0.89 | 0.31 |
| HSL | 119.62º | 0.81% | 0.38% | - |
| HSV(B) | 119.62º | 0.89% | 0.69% | - |
| XYZ | 16.13 | 31.64 | 5.87 | - |
| YUV | 112.05 | 75.49 | 62.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 177 | 19 | 0.89 | 0 | 0.89 | 0.31 | 119.62 | 0.81 | 0.38 |
| Hex | 14 | B1 | 13 | 59 | 0 | 59 | 1F | 78 | 51 | 26 |
| Octal | 24 | 261 | 23 | 131 | 0 | 131 | 37 | 170 | 121 | 46 |
| Binary | 10100 | 10110001 | 10011 | 1011001 | 0 | 1011001 | 11111 | 1111000 | 1010001 | 100110 |
Color Harmonies of #14B113
Complementary color
Monochromatic Colors of #14B113
Black with #14B113
Text Example
Text Example
White with #14B113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14B113; }
p { color: rgb(20,177,19); }
H1.HeaderClassName
{
color: #14B113;
}
.AnyTagClassName
{
color: #14B113;
}
</style>
background-color css
<style>
a { background-color: #14B113; }
a { background-color: rgb(20,177,19); }
div.DivClassName
{
background-color: #14B113;
}
.BgClassName
{
background-color: #14B113;
}
</style>
border-color css
<style>
span { border-color: #14B113; }
span { border-color: rgb(20,177,19); }
td.TdClassName
{
border-color: #14B113;
}
.TagClassName
{
border-color: #14B113;
}
</style>