#118A0B

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

Shades of Green #118A0B

Tints of Green #118A0B

Color information

#118A0B (or 0x118A0B) is unknown color: approx Green. HEX triplet: 11, 8A and 0B. RGB value is (17,138,11). Sum of RGB (Red+Green+Blue) = 17+138+11=166 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.24% from 166); Green value is 138 (54.30% from 255 or 83.13% from 166); Blue value is 11 (4.69% from 255 or 6.63% from 166); Max value from RGB is 138 - color contains mainly: green. Hex color #118A0B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #118A0B is #EE75F4. Grayscale: #575757. Windows color (decimal): -15627765 or 756241. OLE color: 756241.

HSL color Cylindrical-coordinate representation of color #118A0B: hue angle of 117.17º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #118A0B is Cyan = 0.88, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.46.

Color convert

RGB1713811-
CMYK0.8800.920.46
HSL117.17º85.23%29.22%-
HSV(B)117.17º92.03%54.12%-
XYZ9.3818.323.36-
YUV87.3484.9177.83-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.24%
GREEN value IS 138 (54.30% from 255) = 83.13%
BLUE value IS 11 (4.69% from 255) = 6.63%
R=10.24%
G=83.13%
B=6.63%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal17138110.8800.920.46117.1785.2329.22
Hex118AB5805C2E75551d
Octal212121313001345616512535
Binary100011000101010111011000010111001011101110101101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #118A0B; }

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

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

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

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

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

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

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

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