Shades of Islamic Green #14B707
Tints of Islamic Green #14B707
RGB
CMYK
RGB Variations
Color information
#14B707 (or 0x14B707) is known color: Islamic Green. HEX triplet: 14, B7 and 07. RGB value is (20,183,7). Sum of RGB (Red+Green+Blue) = 20+183+7=210 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.52% from 210); Green value is 183 (71.88% from 255 or 87.14% from 210); Blue value is 7 (3.12% from 255 or 3.33% from 210); Max value from RGB is 183 - color contains mainly: green. Hex color #14B707 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14B707 is #EB48F8. Grayscale: #727272. Windows color (decimal): -15419641 or 505620. OLE color: 505620.
HSL color Cylindrical-coordinate representation of color #14B707: hue angle of 115.57º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #14B707 is Cyan = 0.89, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 20 | 183 | 7 | - |
| CMYK | 0.89 | 0 | 0.96 | 0.28 |
| HSL | 115.57º | 0.93% | 0.37% | - |
| HSV(B) | 115.57º | 0.96% | 0.72% | - |
| XYZ | 17.26 | 34.03 | 5.86 | - |
| YUV | 114.2 | 67.5 | 60.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 183 | 7 | 0.89 | 0 | 0.96 | 0.28 | 115.57 | 0.93 | 0.37 |
| Hex | 14 | B7 | 7 | 59 | 0 | 60 | 1C | 74 | 5D | 25 |
| Octal | 24 | 267 | 7 | 131 | 0 | 140 | 34 | 164 | 135 | 45 |
| Binary | 10100 | 10110111 | 111 | 1011001 | 0 | 1100000 | 11100 | 1110100 | 1011101 | 100101 |
Color Harmonies of #14B707
Complementary color
Monochromatic Colors of #14B707
Black with #14B707
Text Example
Text Example
White with #14B707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14B707; }
p { color: rgb(20,183,7); }
H1.HeaderClassName
{
color: #14B707;
}
.AnyTagClassName
{
color: #14B707;
}
</style>
background-color css
<style>
a { background-color: #14B707; }
a { background-color: rgb(20,183,7); }
div.DivClassName
{
background-color: #14B707;
}
.BgClassName
{
background-color: #14B707;
}
</style>
border-color css
<style>
span { border-color: #14B707; }
span { border-color: rgb(20,183,7); }
td.TdClassName
{
border-color: #14B707;
}
.TagClassName
{
border-color: #14B707;
}
</style>