Shades of Islamic Green #14A904
Tints of Islamic Green #14A904
RGB
CMYK
RGB Variations
Color information
#14A904 (or 0x14A904) is known color: Islamic Green. HEX triplet: 14, A9 and 04. RGB value is (20,169,4). Sum of RGB (Red+Green+Blue) = 20+169+4=193 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.36% from 193); Green value is 169 (66.41% from 255 or 87.56% from 193); Blue value is 4 (1.95% from 255 or 2.07% from 193); Max value from RGB is 169 - color contains mainly: green. Hex color #14A904 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #14A904 is #EB56FB. Grayscale: #6A6A6A. Windows color (decimal): -15423228 or 305428. OLE color: 305428.
HSL color Cylindrical-coordinate representation of color #14A904: hue angle of 114.18º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #14A904 is Cyan = 0.88, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 20 | 169 | 4 | - |
| CMYK | 0.88 | 0 | 0.98 | 0.34 |
| HSL | 114.18º | 0.95% | 0.34% | - |
| HSV(B) | 114.18º | 0.98% | 0.66% | - |
| XYZ | 14.5 | 28.53 | 4.86 | - |
| YUV | 105.64 | 70.64 | 66.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 169 | 4 | 0.88 | 0 | 0.98 | 0.34 | 114.18 | 0.95 | 0.34 |
| Hex | 14 | A9 | 4 | 58 | 0 | 62 | 22 | 72 | 5F | 22 |
| Octal | 24 | 251 | 4 | 130 | 0 | 142 | 42 | 162 | 137 | 42 |
| Binary | 10100 | 10101001 | 100 | 1011000 | 0 | 1100010 | 100010 | 1110010 | 1011111 | 100010 |
Color Harmonies of #14A904
Complementary color
Monochromatic Colors of #14A904
Black with #14A904
Text Example
Text Example
White with #14A904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14A904; }
p { color: rgb(20,169,4); }
H1.HeaderClassName
{
color: #14A904;
}
.AnyTagClassName
{
color: #14A904;
}
</style>
background-color css
<style>
a { background-color: #14A904; }
a { background-color: rgb(20,169,4); }
div.DivClassName
{
background-color: #14A904;
}
.BgClassName
{
background-color: #14A904;
}
</style>
border-color css
<style>
span { border-color: #14A904; }
span { border-color: rgb(20,169,4); }
td.TdClassName
{
border-color: #14A904;
}
.TagClassName
{
border-color: #14A904;
}
</style>