#149100

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

Shades of Islamic Green #149100

Tints of Islamic Green #149100

Color information

#149100 (or 0x149100) is unknown color: approx Islamic Green. HEX triplet: 14, 91 and 00. RGB value is (20,145,0). Sum of RGB (Red+Green+Blue) = 20+145+0=165 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.12% from 165); Green value is 145 (57.03% from 255 or 87.88% from 165); Blue value is 0 (0.39% from 255 or 0% from 165); Max value from RGB is 145 - color contains mainly: green. Hex color #149100 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #149100 is #EB6EFF. Grayscale: #5B5B5B. Windows color (decimal): -15429376 or 37140. OLE color: 37140.

HSL color Cylindrical-coordinate representation of color #149100: hue angle of 111.72º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #149100 is Cyan = 0.86, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.43.

Color convert

RGB201450-
CMYK0.86010.43
HSL111.72º100%28.43%-
HSV(B)111.72º100%56.86%-
XYZ10.4120.43.39-
YUV91.176.5977.29-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.12%
GREEN value IS 145 (57.03% from 255) = 87.88%
BLUE value IS 0 (0.39% from 255) = 0%
R=12.12%
G=87.88%
B=0%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal2014500.86010.43111.7210028.43
Hex14910560642B70641c
Octal24221012601445316014434
Binary101001001000101010110011001001010111110000110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149100; }

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

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

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

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

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

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

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

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