#119B0B

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

Shades of Islamic Green #119B0B

Tints of Islamic Green #119B0B

Color information

#119B0B (or 0x119B0B) is unknown color: approx Islamic Green. HEX triplet: 11, 9B and 0B. RGB value is (17,155,11). Sum of RGB (Red+Green+Blue) = 17+155+11=183 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.29% from 183); Green value is 155 (60.94% from 255 or 84.70% from 183); Blue value is 11 (4.69% from 255 or 6.01% from 183); Max value from RGB is 155 - color contains mainly: green. Hex color #119B0B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #119B0B is #EE64F4. Grayscale: #616161. Windows color (decimal): -15623413 or 760593. OLE color: 760593.

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

Color convert

RGB1715511-
CMYK0.8900.930.39
HSL117.5º86.75%32.55%-
HSV(B)117.5º92.9%60.78%-
XYZ12.0123.594.24-
YUV97.3279.2870.71-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.29%
GREEN value IS 155 (60.94% from 255) = 84.70%
BLUE value IS 11 (4.69% from 255) = 6.01%
R=9.29%
G=84.70%
B=6.01%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal17155110.8900.930.39117.586.7532.55
Hex119BB5905D27765721
Octal212331313101354716612741
Binary1000110011011101110110010101110110011111101101010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,155,11); }

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

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

 a { background-color: rgb(17,155,11); }

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

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

 span { border-color: rgb(17,155,11); }

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