#149604

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

Shades of Islamic Green #149604

Tints of Islamic Green #149604

Color information

#149604 (or 0x149604) is unknown color: approx Islamic Green. HEX triplet: 14, 96 and 04. RGB value is (20,150,4). Sum of RGB (Red+Green+Blue) = 20+150+4=174 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.49% from 174); Green value is 150 (58.98% from 255 or 86.21% from 174); Blue value is 4 (1.95% from 255 or 2.30% from 174); Max value from RGB is 150 - color contains mainly: green. Hex color #149604 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #149604 is #EB69FB. Grayscale: #5E5E5E. Windows color (decimal): -15428092 or 300564. OLE color: 300564.

HSL color Cylindrical-coordinate representation of color #149604: hue angle of 113.42º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #149604 is Cyan = 0.87, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.41.

Color convert

RGB201504-
CMYK0.8700.970.41
HSL113.42º94.81%30.2%-
HSV(B)113.42º97.33%58.82%-
XYZ11.2221.973.76-
YUV94.4976.9374.87-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.49%
GREEN value IS 150 (58.98% from 255) = 86.21%
BLUE value IS 4 (1.95% from 255) = 2.30%
R=11.49%
G=86.21%
B=2.30%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal2015040.8700.970.41113.4294.8130.2
Hex149645706129715f1e
Octal24226412701415116113736
Binary10100100101101001010111011000011010011110001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149604; }

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

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

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

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

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

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

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

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