#118212

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

Shades of Green #118212

Tints of Green #118212

Color information

#118212 (or 0x118212) is unknown color: approx Green. HEX triplet: 11, 82 and 12. RGB value is (17,130,18). Sum of RGB (Red+Green+Blue) = 17+130+18=165 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.30% from 165); Green value is 130 (51.17% from 255 or 78.79% from 165); Blue value is 18 (7.42% from 255 or 10.91% from 165); Max value from RGB is 130 - color contains mainly: green. Hex color #118212 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #118212 is #EE7DED. Grayscale: #535353. Windows color (decimal): -15629806 or 1212945. OLE color: 1212945.

HSL color Cylindrical-coordinate representation of color #118212: hue angle of 120.53º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #118212 is Cyan = 0.87, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB1713018-
CMYK0.8700.860.49
HSL120.53º76.87%28.82%-
HSV(B)120.53º86.92%50.98%-
XYZ8.3216.133.25-
YUV83.4491.0680.61-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.30%
GREEN value IS 130 (51.17% from 255) = 78.79%
BLUE value IS 18 (7.42% from 255) = 10.91%
R=10.30%
G=78.79%
B=10.91%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal17130180.8700.860.49120.5376.8728.82
Hex1182125705631794d1d
Octal212022212701266117111535
Binary1000110000010100101010111010101101100011111001100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #118212; }

 p { color: rgb(17,130,18); }

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

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

 a { background-color: rgb(17,130,18); }

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

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

 span { border-color: rgb(17,130,18); }

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