Shades of Islamic Green #14C306
Tints of Islamic Green #14C306
RGB
CMYK
RGB Variations
Color information
#14C306 (or 0x14C306) is known color: Islamic Green. HEX triplet: 14, C3 and 06. RGB value is (20,195,6). Sum of RGB (Red+Green+Blue) = 20+195+6=221 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.05% from 221); Green value is 195 (76.56% from 255 or 88.24% from 221); Blue value is 6 (2.73% from 255 or 2.71% from 221); Max value from RGB is 195 - color contains mainly: green. Hex color #14C306 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14C306 is #EB3CF9. Grayscale: #797979. Windows color (decimal): -15416570 or 443156. OLE color: 443156.
HSL color Cylindrical-coordinate representation of color #14C306: hue angle of 115.56º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #14C306 is Cyan = 0.90, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 20 | 195 | 6 | - |
| CMYK | 0.90 | 0 | 0.97 | 0.24 |
| HSL | 115.56º | 0.94% | 0.39% | - |
| HSV(B) | 115.56º | 0.97% | 0.76% | - |
| XYZ | 19.84 | 39.19 | 6.69 | - |
| YUV | 121.13 | 63.02 | 55.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 195 | 6 | 0.90 | 0 | 0.97 | 0.24 | 115.56 | 0.94 | 0.39 |
| Hex | 14 | C3 | 6 | 5A | 0 | 61 | 18 | 74 | 5E | 27 |
| Octal | 24 | 303 | 6 | 132 | 0 | 141 | 30 | 164 | 136 | 47 |
| Binary | 10100 | 11000011 | 110 | 1011010 | 0 | 1100001 | 11000 | 1110100 | 1011110 | 100111 |
Color Harmonies of #14C306
Complementary color
Monochromatic Colors of #14C306
Black with #14C306
Text Example
Text Example
White with #14C306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C306; }
p { color: rgb(20,195,6); }
H1.HeaderClassName
{
color: #14C306;
}
.AnyTagClassName
{
color: #14C306;
}
</style>
background-color css
<style>
a { background-color: #14C306; }
a { background-color: rgb(20,195,6); }
div.DivClassName
{
background-color: #14C306;
}
.BgClassName
{
background-color: #14C306;
}
</style>
border-color css
<style>
span { border-color: #14C306; }
span { border-color: rgb(20,195,6); }
td.TdClassName
{
border-color: #14C306;
}
.TagClassName
{
border-color: #14C306;
}
</style>