#119F14

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

Shades of Islamic Green #119F14

Tints of Islamic Green #119F14

Color information

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

HSL color Cylindrical-coordinate representation of color #119F14: hue angle of 121.27º 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 #119F14 is Cyan = 0.89, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.38.

Color convert

RGB1715920-
CMYK0.8900.870.38
HSL121.27º80.68%34.51%-
HSV(B)121.27º89.31%62.35%-
XYZ12.7624.974.81-
YUV100.782.4668.3-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal17159200.8900.870.38121.2780.6834.51
Hex119F145905726795123
Octal212372413101274617112143
Binary10001100111111010010110010101011110011011110011010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #119F14; }

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

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

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

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

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

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

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

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