#149E00

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

Shades of Islamic Green #149E00

Tints of Islamic Green #149E00

Color information

#149E00 (or 0x149E00) is unknown color: approx Islamic Green. HEX triplet: 14, 9E and 00. RGB value is (20,158,0). Sum of RGB (Red+Green+Blue) = 20+158+0=178 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.24% from 178); Green value is 158 (62.11% from 255 or 88.76% from 178); Blue value is 0 (0.39% from 255 or 0% from 178); Max value from RGB is 158 - color contains mainly: green. Hex color #149E00 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #149E00 is #EB61FF. Grayscale: #636363. Windows color (decimal): -15426048 or 40468. OLE color: 40468.

HSL color Cylindrical-coordinate representation of color #149E00: hue angle of 112.41º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #149E00 is Cyan = 0.87, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.38.

Color convert

RGB201580-
CMYK0.87010.38
HSL112.41º100%30.98%-
HSV(B)112.41º100%61.96%-
XYZ12.5224.64.09-
YUV98.7372.2871.85-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.24%
GREEN value IS 158 (62.11% from 255) = 88.76%
BLUE value IS 0 (0.39% from 255) = 0%
R=11.24%
G=88.76%
B=0%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal2015800.87010.38112.4110030.98
Hex149E0570642670641f
Octal24236012701444616014437
Binary101001001111001010111011001001001101110000110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149E00; }

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

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

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

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

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

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

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

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