Shades of Islamic Green #14AC0B
Tints of Islamic Green #14AC0B
RGB
CMYK
RGB Variations
Color information
#14AC0B (or 0x14AC0B) is known color: Islamic Green. HEX triplet: 14, AC and 0B. RGB value is (20,172,11). Sum of RGB (Red+Green+Blue) = 20+172+11=203 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.85% from 203); Green value is 172 (67.58% from 255 or 84.73% from 203); Blue value is 11 (4.69% from 255 or 5.42% from 203); Max value from RGB is 172 - color contains mainly: green. Hex color #14AC0B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #14AC0B is #EB53F4. Grayscale: #6C6C6C. Windows color (decimal): -15422453 or 764948. OLE color: 764948.
HSL color Cylindrical-coordinate representation of color #14AC0B: hue angle of 116.65º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #14AC0B is Cyan = 0.88, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 172 | 11 | - |
| CMYK | 0.88 | 0 | 0.94 | 0.33 |
| HSL | 116.65º | 0.88% | 0.36% | - |
| HSV(B) | 116.65º | 0.94% | 0.67% | - |
| XYZ | 15.1 | 29.68 | 5.25 | - |
| YUV | 108.2 | 73.14 | 65.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 172 | 11 | 0.88 | 0 | 0.94 | 0.33 | 116.65 | 0.88 | 0.36 |
| Hex | 14 | AC | B | 58 | 0 | 5E | 21 | 75 | 58 | 24 |
| Octal | 24 | 254 | 13 | 130 | 0 | 136 | 41 | 165 | 130 | 44 |
| Binary | 10100 | 10101100 | 1011 | 1011000 | 0 | 1011110 | 100001 | 1110101 | 1011000 | 100100 |
Color Harmonies of #14AC0B
Complementary color
Monochromatic Colors of #14AC0B
Black with #14AC0B
Text Example
Text Example
White with #14AC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14AC0B; }
p { color: rgb(20,172,11); }
H1.HeaderClassName
{
color: #14AC0B;
}
.AnyTagClassName
{
color: #14AC0B;
}
</style>
background-color css
<style>
a { background-color: #14AC0B; }
a { background-color: rgb(20,172,11); }
div.DivClassName
{
background-color: #14AC0B;
}
.BgClassName
{
background-color: #14AC0B;
}
</style>
border-color css
<style>
span { border-color: #14AC0B; }
span { border-color: rgb(20,172,11); }
td.TdClassName
{
border-color: #14AC0B;
}
.TagClassName
{
border-color: #14AC0B;
}
</style>