#106C18

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

Shades of Green #106C18

Tints of Green #106C18

Color information

#106C18 (or 0x106C18) is unknown color: approx Green. HEX triplet: 10, 6C and 18. RGB value is (16,108,24). Sum of RGB (Red+Green+Blue) = 16+108+24=148 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.81% from 148); Green value is 108 (42.58% from 255 or 72.97% from 148); Blue value is 24 (9.77% from 255 or 16.22% from 148); Max value from RGB is 108 - color contains mainly: green. Hex color #106C18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #106C18 is #EF93E7. Grayscale: #474747. Windows color (decimal): -15700968 or 1600528. OLE color: 1600528.

HSL color Cylindrical-coordinate representation of color #106C18: hue angle of 125.22º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #106C18 is Cyan = 0.85, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.58.

Color convert

RGB1610824-
CMYK0.8500.780.58
HSL125.22º74.19%24.31%-
HSV(B)125.22º85.19%42.35%-
XYZ5.7410.92.67-
YUV70.92101.5288.83-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.81%
GREEN value IS 108 (42.58% from 255) = 72.97%
BLUE value IS 24 (9.77% from 255) = 16.22%
R=10.81%
G=72.97%
B=16.22%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal16108240.8500.780.58125.2274.1924.31
Hex106C185504E3A7d4a18
Octal201543012501167217511230
Binary100001101100110001010101010011101110101111101100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106C18; }

 p { color: rgb(16,108,24); }

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

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

 a { background-color: rgb(16,108,24); }

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

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

 span { border-color: rgb(16,108,24); }

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