#149101

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

Shades of Islamic Green #149101

Tints of Islamic Green #149101

Color information

#149101 (or 0x149101) is unknown color: approx Islamic Green. HEX triplet: 14, 91 and 01. RGB value is (20,145,1). Sum of RGB (Red+Green+Blue) = 20+145+1=166 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.05% from 166); Green value is 145 (57.03% from 255 or 87.35% from 166); Blue value is 1 (0.78% from 255 or 0.60% from 166); Max value from RGB is 145 - color contains mainly: green. Hex color #149101 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #149101 is #EB6EFE. Grayscale: #5B5B5B. Windows color (decimal): -15429375 or 102676. OLE color: 102676.

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

Color convert

RGB201451-
CMYK0.8600.990.43
HSL112.08º98.63%28.63%-
HSV(B)112.08º99.31%56.86%-
XYZ10.4220.43.42-
YUV91.2177.0977.21-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.05%
GREEN value IS 145 (57.03% from 255) = 87.35%
BLUE value IS 1 (0.78% from 255) = 0.60%
R=12.05%
G=87.35%
B=0.60%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal2014510.8600.990.43112.0898.6328.63
Hex14911560632B70631d
Octal24221112601435316014335
Binary101001001000111010110011000111010111110000110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149101; }

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

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

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

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

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

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

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

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