Shades of Islamic Green #14BC01
Tints of Islamic Green #14BC01
RGB
CMYK
RGB Variations
Color information
#14BC01 (or 0x14BC01) is known color: Islamic Green. HEX triplet: 14, BC and 01. RGB value is (20,188,1). Sum of RGB (Red+Green+Blue) = 20+188+1=209 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.57% from 209); Green value is 188 (73.83% from 255 or 89.95% from 209); Blue value is 1 (0.78% from 255 or 0.48% from 209); Max value from RGB is 188 - color contains mainly: green. Hex color #14BC01 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14BC01 is #EB43FE. Grayscale: #757575. Windows color (decimal): -15418367 or 113684. OLE color: 113684.
HSL color Cylindrical-coordinate representation of color #14BC01: hue angle of 113.9º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #14BC01 is Cyan = 0.89, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 20 | 188 | 1 | - |
| CMYK | 0.89 | 0 | 0.99 | 0.26 |
| HSL | 113.9º | 0.99% | 0.37% | - |
| HSV(B) | 113.9º | 0.99% | 0.74% | - |
| XYZ | 18.28 | 36.12 | 6.04 | - |
| YUV | 116.45 | 62.84 | 59.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 188 | 1 | 0.89 | 0 | 0.99 | 0.26 | 113.9 | 0.99 | 0.37 |
| Hex | 14 | BC | 1 | 59 | 0 | 63 | 1A | 72 | 63 | 25 |
| Octal | 24 | 274 | 1 | 131 | 0 | 143 | 32 | 162 | 143 | 45 |
| Binary | 10100 | 10111100 | 1 | 1011001 | 0 | 1100011 | 11010 | 1110010 | 1100011 | 100101 |
Color Harmonies of #14BC01
Complementary color
Monochromatic Colors of #14BC01
Black with #14BC01
Text Example
Text Example
White with #14BC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BC01; }
p { color: rgb(20,188,1); }
H1.HeaderClassName
{
color: #14BC01;
}
.AnyTagClassName
{
color: #14BC01;
}
</style>
background-color css
<style>
a { background-color: #14BC01; }
a { background-color: rgb(20,188,1); }
div.DivClassName
{
background-color: #14BC01;
}
.BgClassName
{
background-color: #14BC01;
}
</style>
border-color css
<style>
span { border-color: #14BC01; }
span { border-color: rgb(20,188,1); }
td.TdClassName
{
border-color: #14BC01;
}
.TagClassName
{
border-color: #14BC01;
}
</style>