Shades of Islamic Green #14AB15
Tints of Islamic Green #14AB15
RGB
CMYK
RGB Variations
Color information
#14AB15 (or 0x14AB15) is known color: Islamic Green. HEX triplet: 14, AB and 15. RGB value is (20,171,21). Sum of RGB (Red+Green+Blue) = 20+171+21=212 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.43% from 212); Green value is 171 (67.19% from 255 or 80.66% from 212); Blue value is 21 (8.59% from 255 or 9.91% from 212); Max value from RGB is 171 - color contains mainly: green. Hex color #14AB15 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #14AB15 is #EB54EA. Grayscale: #6D6D6D. Windows color (decimal): -15422699 or 1420052. OLE color: 1420052.
HSL color Cylindrical-coordinate representation of color #14AB15: hue angle of 120.4º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14AB15 is Cyan = 0.88, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 171 | 21 | - |
| CMYK | 0.88 | 0 | 0.88 | 0.33 |
| HSL | 120.4º | 0.79% | 0.37% | - |
| HSV(B) | 120.4º | 0.88% | 0.67% | - |
| XYZ | 14.99 | 29.33 | 5.58 | - |
| YUV | 108.75 | 78.47 | 64.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 171 | 21 | 0.88 | 0 | 0.88 | 0.33 | 120.4 | 0.79 | 0.37 |
| Hex | 14 | AB | 15 | 58 | 0 | 58 | 21 | 78 | 4F | 25 |
| Octal | 24 | 253 | 25 | 130 | 0 | 130 | 41 | 170 | 117 | 45 |
| Binary | 10100 | 10101011 | 10101 | 1011000 | 0 | 1011000 | 100001 | 1111000 | 1001111 | 100101 |
Color Harmonies of #14AB15
Complementary color
Monochromatic Colors of #14AB15
Black with #14AB15
Text Example
Text Example
White with #14AB15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14AB15; }
p { color: rgb(20,171,21); }
H1.HeaderClassName
{
color: #14AB15;
}
.AnyTagClassName
{
color: #14AB15;
}
</style>
background-color css
<style>
a { background-color: #14AB15; }
a { background-color: rgb(20,171,21); }
div.DivClassName
{
background-color: #14AB15;
}
.BgClassName
{
background-color: #14AB15;
}
</style>
border-color css
<style>
span { border-color: #14AB15; }
span { border-color: rgb(20,171,21); }
td.TdClassName
{
border-color: #14AB15;
}
.TagClassName
{
border-color: #14AB15;
}
</style>