Shades of Islamic Green #14C405
Tints of Islamic Green #14C405
RGB
CMYK
RGB Variations
Color information
#14C405 (or 0x14C405) is known color: Islamic Green. HEX triplet: 14, C4 and 05. RGB value is (20,196,5). Sum of RGB (Red+Green+Blue) = 20+196+5=221 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.05% from 221); Green value is 196 (76.95% from 255 or 88.69% from 221); Blue value is 5 (2.34% from 255 or 2.26% from 221); Max value from RGB is 196 - color contains mainly: green. Hex color #14C405 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14C405 is #EB3BFA. Grayscale: #7A7A7A. Windows color (decimal): -15416315 or 377876. OLE color: 377876.
HSL color Cylindrical-coordinate representation of color #14C405: hue angle of 115.29º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #14C405 is Cyan = 0.90, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 20 | 196 | 5 | - |
| CMYK | 0.90 | 0 | 0.97 | 0.23 |
| HSL | 115.29º | 0.95% | 0.39% | - |
| HSV(B) | 115.29º | 0.97% | 0.77% | - |
| XYZ | 20.06 | 39.64 | 6.74 | - |
| YUV | 121.6 | 62.19 | 55.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 196 | 5 | 0.90 | 0 | 0.97 | 0.23 | 115.29 | 0.95 | 0.39 |
| Hex | 14 | C4 | 5 | 5A | 0 | 61 | 17 | 73 | 5F | 27 |
| Octal | 24 | 304 | 5 | 132 | 0 | 141 | 27 | 163 | 137 | 47 |
| Binary | 10100 | 11000100 | 101 | 1011010 | 0 | 1100001 | 10111 | 1110011 | 1011111 | 100111 |
Color Harmonies of #14C405
Complementary color
Monochromatic Colors of #14C405
Black with #14C405
Text Example
Text Example
White with #14C405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C405; }
p { color: rgb(20,196,5); }
H1.HeaderClassName
{
color: #14C405;
}
.AnyTagClassName
{
color: #14C405;
}
</style>
background-color css
<style>
a { background-color: #14C405; }
a { background-color: rgb(20,196,5); }
div.DivClassName
{
background-color: #14C405;
}
.BgClassName
{
background-color: #14C405;
}
</style>
border-color css
<style>
span { border-color: #14C405; }
span { border-color: rgb(20,196,5); }
td.TdClassName
{
border-color: #14C405;
}
.TagClassName
{
border-color: #14C405;
}
</style>