Shades of Islamic Green #14BB04
Tints of Islamic Green #14BB04
RGB
CMYK
RGB Variations
Color information
#14BB04 (or 0x14BB04) is known color: Islamic Green. HEX triplet: 14, BB and 04. RGB value is (20,187,4). Sum of RGB (Red+Green+Blue) = 20+187+4=211 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.48% from 211); Green value is 187 (73.44% from 255 or 88.63% from 211); Blue value is 4 (1.95% from 255 or 1.90% from 211); Max value from RGB is 187 - color contains mainly: green. Hex color #14BB04 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14BB04 is #EB44FB. Grayscale: #747474. Windows color (decimal): -15418620 or 310036. OLE color: 310036.
HSL color Cylindrical-coordinate representation of color #14BB04: hue angle of 114.75º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #14BB04 is Cyan = 0.89, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 187 | 4 | - |
| CMYK | 0.89 | 0 | 0.98 | 0.27 |
| HSL | 114.75º | 0.96% | 0.37% | - |
| HSV(B) | 114.75º | 0.98% | 0.73% | - |
| XYZ | 18.08 | 35.7 | 6.05 | - |
| YUV | 116.21 | 64.67 | 59.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 187 | 4 | 0.89 | 0 | 0.98 | 0.27 | 114.75 | 0.96 | 0.37 |
| Hex | 14 | BB | 4 | 59 | 0 | 62 | 1B | 73 | 60 | 25 |
| Octal | 24 | 273 | 4 | 131 | 0 | 142 | 33 | 163 | 140 | 45 |
| Binary | 10100 | 10111011 | 100 | 1011001 | 0 | 1100010 | 11011 | 1110011 | 1100000 | 100101 |
Color Harmonies of #14BB04
Complementary color
Monochromatic Colors of #14BB04
Black with #14BB04
Text Example
Text Example
White with #14BB04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BB04; }
p { color: rgb(20,187,4); }
H1.HeaderClassName
{
color: #14BB04;
}
.AnyTagClassName
{
color: #14BB04;
}
</style>
background-color css
<style>
a { background-color: #14BB04; }
a { background-color: rgb(20,187,4); }
div.DivClassName
{
background-color: #14BB04;
}
.BgClassName
{
background-color: #14BB04;
}
</style>
border-color css
<style>
span { border-color: #14BB04; }
span { border-color: rgb(20,187,4); }
td.TdClassName
{
border-color: #14BB04;
}
.TagClassName
{
border-color: #14BB04;
}
</style>