#149E11

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

Shades of Islamic Green #149E11

Tints of Islamic Green #149E11

Color information

#149E11 (or 0x149E11) is unknown color: approx Islamic Green. HEX triplet: 14, 9E and 11. RGB value is (20,158,17). Sum of RGB (Red+Green+Blue) = 20+158+17=195 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.26% from 195); Green value is 158 (62.11% from 255 or 81.03% from 195); Blue value is 17 (7.03% from 255 or 8.72% from 195); Max value from RGB is 158 - color contains mainly: green. Hex color #149E11 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #149E11 is #EB61EE. Grayscale: #656565. Windows color (decimal): -15426031 or 1154580. OLE color: 1154580.

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

Color convert

RGB2015817-
CMYK0.8700.890.38
HSL118.72º80.57%34.31%-
HSV(B)118.72º89.24%61.96%-
XYZ12.6224.644.62-
YUV100.6680.7870.46-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.26%
GREEN value IS 158 (62.11% from 255) = 81.03%
BLUE value IS 17 (7.03% from 255) = 8.72%
R=10.26%
G=81.03%
B=8.72%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal20158170.8700.890.38118.7280.5734.31
Hex149E115705926775122
Octal242362112701314616712142
Binary10100100111101000110101110101100110011011101111010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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