#14A600

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

Shades of Islamic Green #14A600

Tints of Islamic Green #14A600

Color information

#14A600 (or 0x14A600) is unknown color: approx Islamic Green. HEX triplet: 14, A6 and 00. RGB value is (20,166,0). Sum of RGB (Red+Green+Blue) = 20+166+0=186 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.75% from 186); Green value is 166 (65.23% from 255 or 89.25% from 186); Blue value is 0 (0.39% from 255 or 0% from 186); Max value from RGB is 166 - color contains mainly: green. Hex color #14A600 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #14A600 is #EB59FF. Grayscale: #676767. Windows color (decimal): -15424000 or 42516. OLE color: 42516.

HSL color Cylindrical-coordinate representation of color #14A600: hue angle of 112.77º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #14A600 is Cyan = 0.88, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.35.

Color convert

RGB201660-
CMYK0.88010.35
HSL112.77º100%32.55%-
HSV(B)112.77º100%65.1%-
XYZ13.9227.424.56-
YUV103.4269.6368.5-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.75%
GREEN value IS 166 (65.23% from 255) = 89.25%
BLUE value IS 0 (0.39% from 255) = 0%
R=10.75%
G=89.25%
B=0%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal2016600.88010.35112.7710032.55
Hex14A605806423716421
Octal24246013001444316114441
Binary1010010100110010110000110010010001111100011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14A600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,166,0); }

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

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

 a { background-color: rgb(20,166,0); }

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

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

 span { border-color: rgb(20,166,0); }

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