#14A104

Color #14A104 Islamic Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Islamic Green #14A104

Tints of Islamic Green #14A104

Color information

#14A104 (or 0x14A104) is unknown color: approx Islamic Green. HEX triplet: 14, A1 and 04. RGB value is (20,161,4). Sum of RGB (Red+Green+Blue) = 20+161+4=185 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.81% from 185); Green value is 161 (63.28% from 255 or 87.03% from 185); Blue value is 4 (1.95% from 255 or 2.16% from 185); Max value from RGB is 161 - color contains mainly: green. Hex color #14A104 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #14A104 is #EB5EFB. Grayscale: #656565. Windows color (decimal): -15425276 or 303380. OLE color: 303380.

HSL color Cylindrical-coordinate representation of color #14A104: hue angle of 113.89º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #14A104 is Cyan = 0.88, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.37.

Color convert

RGB201614-
CMYK0.8800.980.37
HSL113.89º95.15%32.35%-
HSV(B)113.89º97.52%63.14%-
XYZ13.0625.654.38-
YUV100.9473.2970.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 20 (8.20% from 255) = 10.81%
GREEN value IS 161 (63.28% from 255) = 87.03%
BLUE value IS 4 (1.95% from 255) = 2.16%
R=10.81%
G=87.03%
B=2.16%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal2016140.8800.980.37113.8995.1532.35
Hex14A145806225725f20
Octal24241413001424516213740
Binary101001010000110010110000110001010010111100101011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14A104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14A104; }

 p { color: rgb(20,161,4); }

 H1.HeaderClassName
 {
   color: #14A104;
 }
 .AnyTagClassName
 {
   color: #14A104;
 }
</style>
background-color css

<style>
 a { background-color: #14A104; }

 a { background-color: rgb(20,161,4); }

 div.DivClassName
 {
   background-color: #14A104;
 }
 .BgClassName
 {
   background-color: #14A104;
 }
</style>
border-color css

<style>
 span { border-color: #14A104; }

 span { border-color: rgb(20,161,4); }

 td.TdClassName
 {
   border-color: #14A104;
 }
 .TagClassName
 {
   border-color: #14A104;
 }
</style>