Shades of Islamic Green #14A901
Tints of Islamic Green #14A901
RGB
CMYK
RGB Variations
Color information
#14A901 (or 0x14A901) is known color: Islamic Green. HEX triplet: 14, A9 and 01. RGB value is (20,169,1). Sum of RGB (Red+Green+Blue) = 20+169+1=190 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.53% from 190); Green value is 169 (66.41% from 255 or 88.95% from 190); Blue value is 1 (0.78% from 255 or 0.53% from 190); Max value from RGB is 169 - color contains mainly: green. Hex color #14A901 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #14A901 is #EB56FE. Grayscale: #696969. Windows color (decimal): -15423231 or 108820. OLE color: 108820.
HSL color Cylindrical-coordinate representation of color #14A901: hue angle of 113.21º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #14A901 is Cyan = 0.88, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 20 | 169 | 1 | - |
| CMYK | 0.88 | 0 | 0.99 | 0.34 |
| HSL | 113.21º | 0.99% | 0.33% | - |
| HSV(B) | 113.21º | 0.99% | 0.66% | - |
| XYZ | 14.48 | 28.53 | 4.77 | - |
| YUV | 105.3 | 69.14 | 67.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 169 | 1 | 0.88 | 0 | 0.99 | 0.34 | 113.21 | 0.99 | 0.33 |
| Hex | 14 | A9 | 1 | 58 | 0 | 63 | 22 | 71 | 63 | 21 |
| Octal | 24 | 251 | 1 | 130 | 0 | 143 | 42 | 161 | 143 | 41 |
| Binary | 10100 | 10101001 | 1 | 1011000 | 0 | 1100011 | 100010 | 1110001 | 1100011 | 100001 |
Color Harmonies of #14A901
Complementary color
Monochromatic Colors of #14A901
Black with #14A901
Text Example
Text Example
White with #14A901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14A901; }
p { color: rgb(20,169,1); }
H1.HeaderClassName
{
color: #14A901;
}
.AnyTagClassName
{
color: #14A901;
}
</style>
background-color css
<style>
a { background-color: #14A901; }
a { background-color: rgb(20,169,1); }
div.DivClassName
{
background-color: #14A901;
}
.BgClassName
{
background-color: #14A901;
}
</style>
border-color css
<style>
span { border-color: #14A901; }
span { border-color: rgb(20,169,1); }
td.TdClassName
{
border-color: #14A901;
}
.TagClassName
{
border-color: #14A901;
}
</style>