#119C0D

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

Shades of Islamic Green #119C0D

Tints of Islamic Green #119C0D

Color information

#119C0D (or 0x119C0D) is unknown color: approx Islamic Green. HEX triplet: 11, 9C and 0D. RGB value is (17,156,13). Sum of RGB (Red+Green+Blue) = 17+156+13=186 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.14% from 186); Green value is 156 (61.33% from 255 or 83.87% from 186); Blue value is 13 (5.47% from 255 or 6.99% from 186); Max value from RGB is 156 - color contains mainly: green. Hex color #119C0D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #119C0D is #EE63F2. Grayscale: #626262. Windows color (decimal): -15623155 or 891921. OLE color: 891921.

HSL color Cylindrical-coordinate representation of color #119C0D: hue angle of 118.32º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #119C0D is Cyan = 0.89, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.39.

Color convert

RGB1715613-
CMYK0.8900.920.39
HSL118.32º84.62%33.14%-
HSV(B)118.32º91.67%61.18%-
XYZ12.1923.934.36-
YUV98.1479.9570.13-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.14%
GREEN value IS 156 (61.33% from 255) = 83.87%
BLUE value IS 13 (5.47% from 255) = 6.99%
R=9.14%
G=83.87%
B=6.99%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal17156130.8900.920.39118.3284.6233.14
Hex119CD5905C27765521
Octal212341513101344716612541
Binary1000110011100110110110010101110010011111101101010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,156,13); }

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

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

 a { background-color: rgb(17,156,13); }

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

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

 span { border-color: rgb(17,156,13); }

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