Shades of Islamic Green #14C708
Tints of Islamic Green #14C708
RGB
CMYK
RGB Variations
Color information
#14C708 (or 0x14C708) is known color: Islamic Green. HEX triplet: 14, C7 and 08. RGB value is (20,199,8). Sum of RGB (Red+Green+Blue) = 20+199+8=227 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.81% from 227); Green value is 199 (78.12% from 255 or 87.67% from 227); Blue value is 8 (3.52% from 255 or 3.52% from 227); Max value from RGB is 199 - color contains mainly: green. Hex color #14C708 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14C708 is #EB38F7. Grayscale: #7C7C7C. Windows color (decimal): -15415544 or 575252. OLE color: 575252.
HSL color Cylindrical-coordinate representation of color #14C708: hue angle of 116.23º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #14C708 is Cyan = 0.90, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 20 | 199 | 8 | - |
| CMYK | 0.90 | 0 | 0.96 | 0.22 |
| HSL | 116.23º | 0.92% | 0.41% | - |
| HSV(B) | 116.23º | 0.96% | 0.78% | - |
| XYZ | 20.76 | 41.01 | 7.05 | - |
| YUV | 123.71 | 62.7 | 54.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 199 | 8 | 0.90 | 0 | 0.96 | 0.22 | 116.23 | 0.92 | 0.41 |
| Hex | 14 | C7 | 8 | 5A | 0 | 60 | 16 | 74 | 5C | 29 |
| Octal | 24 | 307 | 10 | 132 | 0 | 140 | 26 | 164 | 134 | 51 |
| Binary | 10100 | 11000111 | 1000 | 1011010 | 0 | 1100000 | 10110 | 1110100 | 1011100 | 101001 |
Color Harmonies of #14C708
Complementary color
Monochromatic Colors of #14C708
Black with #14C708
Text Example
Text Example
White with #14C708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C708; }
p { color: rgb(20,199,8); }
H1.HeaderClassName
{
color: #14C708;
}
.AnyTagClassName
{
color: #14C708;
}
</style>
background-color css
<style>
a { background-color: #14C708; }
a { background-color: rgb(20,199,8); }
div.DivClassName
{
background-color: #14C708;
}
.BgClassName
{
background-color: #14C708;
}
</style>
border-color css
<style>
span { border-color: #14C708; }
span { border-color: rgb(20,199,8); }
td.TdClassName
{
border-color: #14C708;
}
.TagClassName
{
border-color: #14C708;
}
</style>