#119000

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

Shades of Islamic Green #119000

Tints of Islamic Green #119000

Color information

#119000 (or 0x119000) is unknown color: approx Islamic Green. HEX triplet: 11, 90 and 00. RGB value is (17,144,0). Sum of RGB (Red+Green+Blue) = 17+144+0=161 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.56% from 161); Green value is 144 (56.64% from 255 or 89.44% from 161); Blue value is 0 (0.39% from 255 or 0% from 161); Max value from RGB is 144 - color contains mainly: green. Hex color #119000 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #119000 is #EE6FFF. Grayscale: #5A5A5A. Windows color (decimal): -15626240 or 36881. OLE color: 36881.

HSL color Cylindrical-coordinate representation of color #119000: hue angle of 112.92º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #119000 is Cyan = 0.88, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.44.

Color convert

RGB171440-
CMYK0.88010.44
HSL112.92º100%28.24%-
HSV(B)112.92º100%56.47%-
XYZ10.220.073.34-
YUV89.6177.4276.21-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.56%
GREEN value IS 144 (56.64% from 255) = 89.44%
BLUE value IS 0 (0.39% from 255) = 0%
R=10.56%
G=89.44%
B=0%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1714400.88010.44112.9210028.24
Hex11900580642C71641c
Octal21220013001445416114434
Binary100011001000001011000011001001011001110001110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #119000; }

 p { color: rgb(17,144,0); }

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

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

 a { background-color: rgb(17,144,0); }

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

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

 span { border-color: rgb(17,144,0); }

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