Shades of Islamic Green #14B500
Tints of Islamic Green #14B500
RGB
CMYK
RGB Variations
Color information
#14B500 (or 0x14B500) is known color: Islamic Green. HEX triplet: 14, B5 and 00. RGB value is (20,181,0). Sum of RGB (Red+Green+Blue) = 20+181+0=201 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.95% from 201); Green value is 181 (71.09% from 255 or 90.05% from 201); Blue value is 0 (0.39% from 255 or 0% from 201); Max value from RGB is 181 - color contains mainly: green. Hex color #14B500 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14B500 is #EB4AFF. Grayscale: #707070. Windows color (decimal): -15420160 or 46356. OLE color: 46356.
HSL color Cylindrical-coordinate representation of color #14B500: hue angle of 113.37º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #14B500 is Cyan = 0.89, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 20 | 181 | 0 | - |
| CMYK | 0.89 | 0 | 1 | 0.29 |
| HSL | 113.37º | 1% | 0.35% | - |
| HSV(B) | 113.37º | 1% | 0.71% | - |
| XYZ | 16.81 | 33.2 | 5.52 | - |
| YUV | 112.23 | 64.66 | 62.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 181 | 0 | 0.89 | 0 | 1 | 0.29 | 113.37 | 1 | 0.35 |
| Hex | 14 | B5 | 0 | 59 | 0 | 64 | 1D | 71 | 64 | 23 |
| Octal | 24 | 265 | 0 | 131 | 0 | 144 | 35 | 161 | 144 | 43 |
| Binary | 10100 | 10110101 | 0 | 1011001 | 0 | 1100100 | 11101 | 1110001 | 1100100 | 100011 |
Color Harmonies of #14B500
Complementary color
Monochromatic Colors of #14B500
Black with #14B500
Text Example
Text Example
White with #14B500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14B500; }
p { color: rgb(20,181,0); }
H1.HeaderClassName
{
color: #14B500;
}
.AnyTagClassName
{
color: #14B500;
}
</style>
background-color css
<style>
a { background-color: #14B500; }
a { background-color: rgb(20,181,0); }
div.DivClassName
{
background-color: #14B500;
}
.BgClassName
{
background-color: #14B500;
}
</style>
border-color css
<style>
span { border-color: #14B500; }
span { border-color: rgb(20,181,0); }
td.TdClassName
{
border-color: #14B500;
}
.TagClassName
{
border-color: #14B500;
}
</style>