#106A03

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

Shades of Green #106A03

Tints of Green #106A03

Color information

#106A03 (or 0x106A03) is unknown color: approx Green. HEX triplet: 10, 6A and 03. RGB value is (16,106,3). Sum of RGB (Red+Green+Blue) = 16+106+3=125 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.8% from 125); Green value is 106 (41.80% from 255 or 84.8% from 125); Blue value is 3 (1.56% from 255 or 2.4% from 125); Max value from RGB is 106 - color contains mainly: green. Hex color #106A03 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #106A03 is #EF95FC. Grayscale: #434343. Windows color (decimal): -15701501 or 223760. OLE color: 223760.

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

Color convert

RGB161063-
CMYK0.8500.970.58
HSL112.43º94.5%21.37%-
HSV(B)112.43º97.17%41.57%-
XYZ5.3810.421.81-
YUV67.3591.6891.38-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.8%
GREEN value IS 106 (41.80% from 255) = 84.8%
BLUE value IS 3 (1.56% from 255) = 2.4%
R=12.8%
G=84.8%
B=2.4%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1610630.8500.970.58112.4394.521.37
Hex106A3550613A705e15
Octal20152312501417216013625
Binary100001101010111010101011000011110101110000101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,106,3); }

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

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

 a { background-color: rgb(16,106,3); }

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

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

 span { border-color: rgb(16,106,3); }

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