Shades of Islamic Green #14B901
Tints of Islamic Green #14B901
RGB
CMYK
RGB Variations
Color information
#14B901 (or 0x14B901) is known color: Islamic Green. HEX triplet: 14, B9 and 01. RGB value is (20,185,1). Sum of RGB (Red+Green+Blue) = 20+185+1=206 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.71% from 206); Green value is 185 (72.66% from 255 or 89.81% from 206); Blue value is 1 (0.78% from 255 or 0.49% from 206); Max value from RGB is 185 - color contains mainly: green. Hex color #14B901 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14B901 is #EB46FE. Grayscale: #737373. Windows color (decimal): -15419135 or 112916. OLE color: 112916.
HSL color Cylindrical-coordinate representation of color #14B901: hue angle of 113.8º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #14B901 is Cyan = 0.89, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 185 | 1 | - |
| CMYK | 0.89 | 0 | 0.99 | 0.27 |
| HSL | 113.8º | 0.99% | 0.36% | - |
| HSV(B) | 113.8º | 0.99% | 0.73% | - |
| XYZ | 17.64 | 34.85 | 5.83 | - |
| YUV | 114.69 | 63.84 | 60.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 185 | 1 | 0.89 | 0 | 0.99 | 0.27 | 113.8 | 0.99 | 0.36 |
| Hex | 14 | B9 | 1 | 59 | 0 | 63 | 1B | 72 | 63 | 24 |
| Octal | 24 | 271 | 1 | 131 | 0 | 143 | 33 | 162 | 143 | 44 |
| Binary | 10100 | 10111001 | 1 | 1011001 | 0 | 1100011 | 11011 | 1110010 | 1100011 | 100100 |
Color Harmonies of #14B901
Complementary color
Monochromatic Colors of #14B901
Black with #14B901
Text Example
Text Example
White with #14B901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14B901; }
p { color: rgb(20,185,1); }
H1.HeaderClassName
{
color: #14B901;
}
.AnyTagClassName
{
color: #14B901;
}
</style>
background-color css
<style>
a { background-color: #14B901; }
a { background-color: rgb(20,185,1); }
div.DivClassName
{
background-color: #14B901;
}
.BgClassName
{
background-color: #14B901;
}
</style>
border-color css
<style>
span { border-color: #14B901; }
span { border-color: rgb(20,185,1); }
td.TdClassName
{
border-color: #14B901;
}
.TagClassName
{
border-color: #14B901;
}
</style>