Shades of Islamic Green #14C008
Tints of Islamic Green #14C008
RGB
CMYK
RGB Variations
Color information
#14C008 (or 0x14C008) is known color: Islamic Green. HEX triplet: 14, C0 and 08. RGB value is (20,192,8). Sum of RGB (Red+Green+Blue) = 20+192+8=220 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.09% from 220); Green value is 192 (75.39% from 255 or 87.27% from 220); Blue value is 8 (3.52% from 255 or 3.64% from 220); Max value from RGB is 192 - color contains mainly: green. Hex color #14C008 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14C008 is #EB3FF7. Grayscale: #787878. Windows color (decimal): -15417336 or 573460. OLE color: 573460.
HSL color Cylindrical-coordinate representation of color #14C008: hue angle of 116.09º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #14C008 is Cyan = 0.90, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 192 | 8 | - |
| CMYK | 0.90 | 0 | 0.96 | 0.25 |
| HSL | 116.09º | 0.92% | 0.39% | - |
| HSV(B) | 116.09º | 0.96% | 0.75% | - |
| XYZ | 19.18 | 37.87 | 6.53 | - |
| YUV | 119.6 | 65.02 | 56.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 192 | 8 | 0.90 | 0 | 0.96 | 0.25 | 116.09 | 0.92 | 0.39 |
| Hex | 14 | C0 | 8 | 5A | 0 | 60 | 19 | 74 | 5C | 27 |
| Octal | 24 | 300 | 10 | 132 | 0 | 140 | 31 | 164 | 134 | 47 |
| Binary | 10100 | 11000000 | 1000 | 1011010 | 0 | 1100000 | 11001 | 1110100 | 1011100 | 100111 |
Color Harmonies of #14C008
Complementary color
Monochromatic Colors of #14C008
Black with #14C008
Text Example
Text Example
White with #14C008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C008; }
p { color: rgb(20,192,8); }
H1.HeaderClassName
{
color: #14C008;
}
.AnyTagClassName
{
color: #14C008;
}
</style>
background-color css
<style>
a { background-color: #14C008; }
a { background-color: rgb(20,192,8); }
div.DivClassName
{
background-color: #14C008;
}
.BgClassName
{
background-color: #14C008;
}
</style>
border-color css
<style>
span { border-color: #14C008; }
span { border-color: rgb(20,192,8); }
td.TdClassName
{
border-color: #14C008;
}
.TagClassName
{
border-color: #14C008;
}
</style>