Shades of Islamic Green #14BD10
Tints of Islamic Green #14BD10
RGB
CMYK
RGB Variations
Color information
#14BD10 (or 0x14BD10) is known color: Islamic Green. HEX triplet: 14, BD and 10. RGB value is (20,189,16). Sum of RGB (Red+Green+Blue) = 20+189+16=225 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.89% from 225); Green value is 189 (74.22% from 255 or 84% from 225); Blue value is 16 (6.64% from 255 or 7.11% from 225); Max value from RGB is 189 - color contains mainly: green. Hex color #14BD10 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14BD10 is #EB42EF. Grayscale: #777777. Windows color (decimal): -15418096 or 1096980. OLE color: 1096980.
HSL color Cylindrical-coordinate representation of color #14BD10: hue angle of 118.61º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14BD10 is Cyan = 0.89, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 20 | 189 | 16 | - |
| CMYK | 0.89 | 0 | 0.92 | 0.26 |
| HSL | 118.61º | 0.84% | 0.4% | - |
| HSV(B) | 118.61º | 0.92% | 0.74% | - |
| XYZ | 18.58 | 36.58 | 6.57 | - |
| YUV | 118.75 | 70.01 | 57.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 189 | 16 | 0.89 | 0 | 0.92 | 0.26 | 118.61 | 0.84 | 0.4 |
| Hex | 14 | BD | 10 | 59 | 0 | 5C | 1A | 77 | 54 | 28 |
| Octal | 24 | 275 | 20 | 131 | 0 | 134 | 32 | 167 | 124 | 50 |
| Binary | 10100 | 10111101 | 10000 | 1011001 | 0 | 1011100 | 11010 | 1110111 | 1010100 | 101000 |
Color Harmonies of #14BD10
Complementary color
Monochromatic Colors of #14BD10
Black with #14BD10
Text Example
Text Example
White with #14BD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BD10; }
p { color: rgb(20,189,16); }
H1.HeaderClassName
{
color: #14BD10;
}
.AnyTagClassName
{
color: #14BD10;
}
</style>
background-color css
<style>
a { background-color: #14BD10; }
a { background-color: rgb(20,189,16); }
div.DivClassName
{
background-color: #14BD10;
}
.BgClassName
{
background-color: #14BD10;
}
</style>
border-color css
<style>
span { border-color: #14BD10; }
span { border-color: rgb(20,189,16); }
td.TdClassName
{
border-color: #14BD10;
}
.TagClassName
{
border-color: #14BD10;
}
</style>