#166202

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

Shades of Green #166202

Tints of Green #166202

Color information

#166202 (or 0x166202) is unknown color: approx Green. HEX triplet: 16, 62 and 02. RGB value is (22,98,2). Sum of RGB (Red+Green+Blue) = 22+98+2=122 (16% of max value = 765). Red value is 22 (8.98% from 255 or 18.03% from 122); Green value is 98 (38.67% from 255 or 80.33% from 122); Blue value is 2 (1.17% from 255 or 1.64% from 122); Max value from RGB is 98 - color contains mainly: green. Hex color #166202 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #166202 is #E99DFD. Grayscale: #404040. Windows color (decimal): -15310334 or 156182. OLE color: 156182.

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

Color convert

RGB22982-
CMYK0.7800.980.62
HSL107.5º96%19.61%-
HSV(B)107.5º97.96%38.43%-
XYZ4.718.911.53-
YUV64.3392.8297.81-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 18.03%
GREEN value IS 98 (38.67% from 255) = 80.33%
BLUE value IS 2 (1.17% from 255) = 1.64%
R=18.03%
G=80.33%
B=1.64%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal229820.7800.980.62107.59619.61
Hex166224E0623E6c6014
Octal26142211601427615414024
Binary101101100010101001110011000101111101101100110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166202; }

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

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

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

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

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

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

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

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