#106C02

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

Shades of Green #106C02

Tints of Green #106C02

Color information

#106C02 (or 0x106C02) is unknown color: approx Green. HEX triplet: 10, 6C and 02. RGB value is (16,108,2). Sum of RGB (Red+Green+Blue) = 16+108+2=126 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.70% from 126); Green value is 108 (42.58% from 255 or 85.71% from 126); Blue value is 2 (1.17% from 255 or 1.59% from 126); Max value from RGB is 108 - color contains mainly: green. Hex color #106C02 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #106C02 is #EF93FD. Grayscale: #444444. Windows color (decimal): -15700990 or 158736. OLE color: 158736.

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

Color convert

RGB161082-
CMYK0.8500.980.58
HSL112.08º96.36%21.57%-
HSV(B)112.08º98.15%42.35%-
XYZ5.5910.841.86-
YUV68.4190.5290.62-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.70%
GREEN value IS 108 (42.58% from 255) = 85.71%
BLUE value IS 2 (1.17% from 255) = 1.59%
R=12.70%
G=85.71%
B=1.59%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1610820.8500.980.58112.0896.3621.57
Hex106C2550623A706016
Octal20154212501427216014026
Binary100001101100101010101011000101110101110000110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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