Shades of Islamic Green #14B40C
Tints of Islamic Green #14B40C
RGB
CMYK
RGB Variations
Color information
#14B40C (or 0x14B40C) is known color: Islamic Green. HEX triplet: 14, B4 and 0C. RGB value is (20,180,12). Sum of RGB (Red+Green+Blue) = 20+180+12=212 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.43% from 212); Green value is 180 (70.70% from 255 or 84.91% from 212); Blue value is 12 (5.08% from 255 or 5.66% from 212); Max value from RGB is 180 - color contains mainly: green. Hex color #14B40C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14B40C is #EB4BF3. Grayscale: #717171. Windows color (decimal): -15420404 or 832532. OLE color: 832532.
HSL color Cylindrical-coordinate representation of color #14B40C: hue angle of 117.14º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #14B40C is Cyan = 0.89, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 20 | 180 | 12 | - |
| CMYK | 0.89 | 0 | 0.93 | 0.29 |
| HSL | 117.14º | 0.88% | 0.38% | - |
| HSV(B) | 117.14º | 0.93% | 0.71% | - |
| XYZ | 16.68 | 32.82 | 5.8 | - |
| YUV | 113.01 | 70.99 | 61.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 180 | 12 | 0.89 | 0 | 0.93 | 0.29 | 117.14 | 0.88 | 0.38 |
| Hex | 14 | B4 | C | 59 | 0 | 5D | 1D | 75 | 58 | 26 |
| Octal | 24 | 264 | 14 | 131 | 0 | 135 | 35 | 165 | 130 | 46 |
| Binary | 10100 | 10110100 | 1100 | 1011001 | 0 | 1011101 | 11101 | 1110101 | 1011000 | 100110 |
Color Harmonies of #14B40C
Complementary color
Monochromatic Colors of #14B40C
Black with #14B40C
Text Example
Text Example
White with #14B40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14B40C; }
p { color: rgb(20,180,12); }
H1.HeaderClassName
{
color: #14B40C;
}
.AnyTagClassName
{
color: #14B40C;
}
</style>
background-color css
<style>
a { background-color: #14B40C; }
a { background-color: rgb(20,180,12); }
div.DivClassName
{
background-color: #14B40C;
}
.BgClassName
{
background-color: #14B40C;
}
</style>
border-color css
<style>
span { border-color: #14B40C; }
span { border-color: rgb(20,180,12); }
td.TdClassName
{
border-color: #14B40C;
}
.TagClassName
{
border-color: #14B40C;
}
</style>