#166E13

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

Shades of Green #166E13

Tints of Green #166E13

Color information

#166E13 (or 0x166E13) is unknown color: approx Green. HEX triplet: 16, 6E and 13. RGB value is (22,110,19). Sum of RGB (Red+Green+Blue) = 22+110+19=151 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.57% from 151); Green value is 110 (43.36% from 255 or 72.85% from 151); Blue value is 19 (7.81% from 255 or 12.58% from 151); Max value from RGB is 110 - color contains mainly: green. Hex color #166E13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #166E13 is #E991EC. Grayscale: #494949. Windows color (decimal): -15307245 or 1273366. OLE color: 1273366.

HSL color Cylindrical-coordinate representation of color #166E13: hue angle of 118.02º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #166E13 is Cyan = 0.8, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.57.

Color convert

RGB2211019-
CMYK0.800.830.57
HSL118.02º70.54%25.29%-
HSV(B)118.02º82.73%43.14%-
XYZ6.0211.372.49-
YUV73.3197.3591.4-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.57%
GREEN value IS 110 (43.36% from 255) = 72.85%
BLUE value IS 19 (7.81% from 255) = 12.58%
R=14.57%
G=72.85%
B=12.58%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal22110190.800.830.57118.0270.5425.29
Hex166E135005339764719
Octal261562312001237116610731
Binary101101101110100111010000010100111110011110110100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166E13; }

 p { color: rgb(22,110,19); }

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

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

 a { background-color: rgb(22,110,19); }

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

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

 span { border-color: rgb(22,110,19); }

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