Shades of Islamic Green #14BD03
Tints of Islamic Green #14BD03
RGB
CMYK
RGB Variations
Color information
#14BD03 (or 0x14BD03) is known color: Islamic Green. HEX triplet: 14, BD and 03. RGB value is (20,189,3). Sum of RGB (Red+Green+Blue) = 20+189+3=212 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.43% from 212); Green value is 189 (74.22% from 255 or 89.15% from 212); Blue value is 3 (1.56% from 255 or 1.42% from 212); Max value from RGB is 189 - color contains mainly: green. Hex color #14BD03 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14BD03 is #EB42FC. Grayscale: #757575. Windows color (decimal): -15418109 or 245012. OLE color: 245012.
HSL color Cylindrical-coordinate representation of color #14BD03: hue angle of 114.52º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #14BD03 is Cyan = 0.89, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 20 | 189 | 3 | - |
| CMYK | 0.89 | 0 | 0.98 | 0.26 |
| HSL | 114.52º | 0.97% | 0.38% | - |
| HSV(B) | 114.52º | 0.98% | 0.74% | - |
| XYZ | 18.5 | 36.55 | 6.17 | - |
| YUV | 117.27 | 63.51 | 58.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 189 | 3 | 0.89 | 0 | 0.98 | 0.26 | 114.52 | 0.97 | 0.38 |
| Hex | 14 | BD | 3 | 59 | 0 | 62 | 1A | 73 | 61 | 26 |
| Octal | 24 | 275 | 3 | 131 | 0 | 142 | 32 | 163 | 141 | 46 |
| Binary | 10100 | 10111101 | 11 | 1011001 | 0 | 1100010 | 11010 | 1110011 | 1100001 | 100110 |
Color Harmonies of #14BD03
Complementary color
Monochromatic Colors of #14BD03
Black with #14BD03
Text Example
Text Example
White with #14BD03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BD03; }
p { color: rgb(20,189,3); }
H1.HeaderClassName
{
color: #14BD03;
}
.AnyTagClassName
{
color: #14BD03;
}
</style>
background-color css
<style>
a { background-color: #14BD03; }
a { background-color: rgb(20,189,3); }
div.DivClassName
{
background-color: #14BD03;
}
.BgClassName
{
background-color: #14BD03;
}
</style>
border-color css
<style>
span { border-color: #14BD03; }
span { border-color: rgb(20,189,3); }
td.TdClassName
{
border-color: #14BD03;
}
.TagClassName
{
border-color: #14BD03;
}
</style>