#166402

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

Shades of Green #166402

Tints of Green #166402

Color information

#166402 (or 0x166402) is unknown color: approx Green. HEX triplet: 16, 64 and 02. RGB value is (22,100,2). Sum of RGB (Red+Green+Blue) = 22+100+2=124 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.74% from 124); Green value is 100 (39.45% from 255 or 80.65% from 124); Blue value is 2 (1.17% from 255 or 1.61% from 124); Max value from RGB is 100 - color contains mainly: green. Hex color #166402 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #166402 is #E99BFD. Grayscale: #414141. Windows color (decimal): -15309822 or 156694. OLE color: 156694.

HSL color Cylindrical-coordinate representation of color #166402: hue angle of 107.76º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #166402 is Cyan = 0.78, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.61.

Color convert

RGB221002-
CMYK0.7800.980.61
HSL107.76º96.08%20%-
HSV(B)107.76º98%39.22%-
XYZ4.99.291.59-
YUV65.5192.1696.97-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 17.74%
GREEN value IS 100 (39.45% from 255) = 80.65%
BLUE value IS 2 (1.17% from 255) = 1.61%
R=17.74%
G=80.65%
B=1.61%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2210020.7800.980.61107.7696.0820
Hex166424E0623D6c6014
Octal26144211601427515414024
Binary101101100100101001110011000101111011101100110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166402; }

 p { color: rgb(22,100,2); }

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

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

 a { background-color: rgb(22,100,2); }

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

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

 span { border-color: rgb(22,100,2); }

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