Shades of Islamic Green #14B101
Tints of Islamic Green #14B101
RGB
CMYK
RGB Variations
Color information
#14B101 (or 0x14B101) is known color: Islamic Green. HEX triplet: 14, B1 and 01. RGB value is (20,177,1). Sum of RGB (Red+Green+Blue) = 20+177+1=198 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.10% from 198); Green value is 177 (69.53% from 255 or 89.39% from 198); Blue value is 1 (0.78% from 255 or 0.51% from 198); Max value from RGB is 177 - color contains mainly: green. Hex color #14B101 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #14B101 is #EB4EFE. Grayscale: #6E6E6E. Windows color (decimal): -15421183 or 110868. OLE color: 110868.
HSL color Cylindrical-coordinate representation of color #14B101: hue angle of 113.52º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #14B101 is Cyan = 0.89, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 20 | 177 | 1 | - |
| CMYK | 0.89 | 0 | 0.99 | 0.31 |
| HSL | 113.52º | 0.99% | 0.35% | - |
| HSV(B) | 113.52º | 0.99% | 0.69% | - |
| XYZ | 16.02 | 31.6 | 5.28 | - |
| YUV | 109.99 | 66.49 | 63.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 177 | 1 | 0.89 | 0 | 0.99 | 0.31 | 113.52 | 0.99 | 0.35 |
| Hex | 14 | B1 | 1 | 59 | 0 | 63 | 1F | 72 | 63 | 23 |
| Octal | 24 | 261 | 1 | 131 | 0 | 143 | 37 | 162 | 143 | 43 |
| Binary | 10100 | 10110001 | 1 | 1011001 | 0 | 1100011 | 11111 | 1110010 | 1100011 | 100011 |
Color Harmonies of #14B101
Complementary color
Monochromatic Colors of #14B101
Black with #14B101
Text Example
Text Example
White with #14B101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14B101; }
p { color: rgb(20,177,1); }
H1.HeaderClassName
{
color: #14B101;
}
.AnyTagClassName
{
color: #14B101;
}
</style>
background-color css
<style>
a { background-color: #14B101; }
a { background-color: rgb(20,177,1); }
div.DivClassName
{
background-color: #14B101;
}
.BgClassName
{
background-color: #14B101;
}
</style>
border-color css
<style>
span { border-color: #14B101; }
span { border-color: rgb(20,177,1); }
td.TdClassName
{
border-color: #14B101;
}
.TagClassName
{
border-color: #14B101;
}
</style>