#149F11

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

Shades of Islamic Green #149F11

Tints of Islamic Green #149F11

Color information

#149F11 (or 0x149F11) is unknown color: approx Islamic Green. HEX triplet: 14, 9F and 11. RGB value is (20,159,17). Sum of RGB (Red+Green+Blue) = 20+159+17=196 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.20% from 196); Green value is 159 (62.5% from 255 or 81.12% from 196); Blue value is 17 (7.03% from 255 or 8.67% from 196); Max value from RGB is 159 - color contains mainly: green. Hex color #149F11 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #149F11 is #EB60EE. Grayscale: #656565. Windows color (decimal): -15425775 or 1154836. OLE color: 1154836.

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

Color convert

RGB2015917-
CMYK0.8700.890.38
HSL118.73º80.68%34.51%-
HSV(B)118.73º89.31%62.35%-
XYZ12.7924.994.68-
YUV101.2580.4570.05-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.20%
GREEN value IS 159 (62.5% from 255) = 81.12%
BLUE value IS 17 (7.03% from 255) = 8.67%
R=10.20%
G=81.12%
B=8.67%

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
Decimal20159170.8700.890.38118.7380.6834.51
Hex149F115705926775123
Octal242372112701314616712143
Binary10100100111111000110101110101100110011011101111010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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