Shades of Islamic Green #14B700
Tints of Islamic Green #14B700
RGB
CMYK
RGB Variations
Color information
#14B700 (or 0x14B700) is known color: Islamic Green. HEX triplet: 14, B7 and 00. RGB value is (20,183,0). Sum of RGB (Red+Green+Blue) = 20+183+0=203 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.85% from 203); Green value is 183 (71.88% from 255 or 90.15% from 203); Blue value is 0 (0.39% from 255 or 0% from 203); Max value from RGB is 183 - color contains mainly: green. Hex color #14B700 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14B700 is #EB48FF. Grayscale: #717171. Windows color (decimal): -15419648 or 46868. OLE color: 46868.
HSL color Cylindrical-coordinate representation of color #14B700: hue angle of 113.44º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #14B700 is Cyan = 0.89, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 20 | 183 | 0 | - |
| CMYK | 0.89 | 0 | 1 | 0.28 |
| HSL | 113.44º | 1% | 0.36% | - |
| HSV(B) | 113.44º | 1% | 0.72% | - |
| XYZ | 17.22 | 34.02 | 5.66 | - |
| YUV | 113.4 | 64 | 61.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 183 | 0 | 0.89 | 0 | 1 | 0.28 | 113.44 | 1 | 0.36 |
| Hex | 14 | B7 | 0 | 59 | 0 | 64 | 1C | 71 | 64 | 24 |
| Octal | 24 | 267 | 0 | 131 | 0 | 144 | 34 | 161 | 144 | 44 |
| Binary | 10100 | 10110111 | 0 | 1011001 | 0 | 1100100 | 11100 | 1110001 | 1100100 | 100100 |
Color Harmonies of #14B700
Complementary color
Monochromatic Colors of #14B700
Black with #14B700
Text Example
Text Example
White with #14B700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14B700; }
p { color: rgb(20,183,0); }
H1.HeaderClassName
{
color: #14B700;
}
.AnyTagClassName
{
color: #14B700;
}
</style>
background-color css
<style>
a { background-color: #14B700; }
a { background-color: rgb(20,183,0); }
div.DivClassName
{
background-color: #14B700;
}
.BgClassName
{
background-color: #14B700;
}
</style>
border-color css
<style>
span { border-color: #14B700; }
span { border-color: rgb(20,183,0); }
td.TdClassName
{
border-color: #14B700;
}
.TagClassName
{
border-color: #14B700;
}
</style>