Shades of Islamic Green #14BB01
Tints of Islamic Green #14BB01
RGB
CMYK
RGB Variations
Color information
#14BB01 (or 0x14BB01) is known color: Islamic Green. HEX triplet: 14, BB and 01. RGB value is (20,187,1). Sum of RGB (Red+Green+Blue) = 20+187+1=208 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.62% from 208); Green value is 187 (73.44% from 255 or 89.90% from 208); Blue value is 1 (0.78% from 255 or 0.48% from 208); Max value from RGB is 187 - color contains mainly: green. Hex color #14BB01 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14BB01 is #EB44FE. Grayscale: #747474. Windows color (decimal): -15418623 or 113428. OLE color: 113428.
HSL color Cylindrical-coordinate representation of color #14BB01: hue angle of 113.87º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #14BB01 is Cyan = 0.89, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 187 | 1 | - |
| CMYK | 0.89 | 0 | 0.99 | 0.27 |
| HSL | 113.87º | 0.99% | 0.37% | - |
| HSV(B) | 113.87º | 0.99% | 0.73% | - |
| XYZ | 18.06 | 35.69 | 5.97 | - |
| YUV | 115.86 | 63.17 | 59.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 187 | 1 | 0.89 | 0 | 0.99 | 0.27 | 113.87 | 0.99 | 0.37 |
| Hex | 14 | BB | 1 | 59 | 0 | 63 | 1B | 72 | 63 | 25 |
| Octal | 24 | 273 | 1 | 131 | 0 | 143 | 33 | 162 | 143 | 45 |
| Binary | 10100 | 10111011 | 1 | 1011001 | 0 | 1100011 | 11011 | 1110010 | 1100011 | 100101 |
Color Harmonies of #14BB01
Complementary color
Monochromatic Colors of #14BB01
Black with #14BB01
Text Example
Text Example
White with #14BB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BB01; }
p { color: rgb(20,187,1); }
H1.HeaderClassName
{
color: #14BB01;
}
.AnyTagClassName
{
color: #14BB01;
}
</style>
background-color css
<style>
a { background-color: #14BB01; }
a { background-color: rgb(20,187,1); }
div.DivClassName
{
background-color: #14BB01;
}
.BgClassName
{
background-color: #14BB01;
}
</style>
border-color css
<style>
span { border-color: #14BB01; }
span { border-color: rgb(20,187,1); }
td.TdClassName
{
border-color: #14BB01;
}
.TagClassName
{
border-color: #14BB01;
}
</style>