#168E71

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

Shades of Elf Green #168E71

Tints of Elf Green #168E71

Color information

#168E71 (or 0x168E71) is unknown color: approx Elf Green. HEX triplet: 16, 8E and 71. RGB value is (22,142,113). Sum of RGB (Red+Green+Blue) = 22+142+113=277 (36% of max value = 765). Red value is 22 (8.98% from 255 or 7.94% from 277); Green value is 142 (55.86% from 255 or 51.26% from 277); Blue value is 113 (44.53% from 255 or 40.79% from 277); Max value from RGB is 142 - color contains mainly: green. Hex color #168E71 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #168E71 is #E9718E. Grayscale: #666666. Windows color (decimal): -15298959 or 7441942. OLE color: 7441942.

HSL color Cylindrical-coordinate representation of color #168E71: hue angle of 165.5º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #168E71 is Cyan = 0.85, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB22142113-
CMYK0.8500.200.44
HSL165.5º73.17%32.16%-
HSV(B)165.5º84.51%55.69%-
XYZ12.9820.7118.94-
YUV102.81133.7470.36-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.94%
GREEN value IS 142 (55.86% from 255) = 51.26%
BLUE value IS 113 (44.53% from 255) = 40.79%
R=7.94%
G=51.26%
B=40.79%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal221421130.8500.200.44165.573.1732.16
Hex168E71550142Ca64920
Octal262161611250245424611140
Binary101101000111011100011010101010100101100101001101001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #168E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #168E71; }

 p { color: rgb(22,142,113); }

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

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

 a { background-color: rgb(22,142,113); }

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

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

 span { border-color: rgb(22,142,113); }

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