#168E60

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

Shades of Elf Green #168E60

Tints of Elf Green #168E60

Color information

#168E60 (or 0x168E60) is unknown color: approx Elf Green. HEX triplet: 16, 8E and 60. RGB value is (22,142,96). Sum of RGB (Red+Green+Blue) = 22+142+96=260 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.46% from 260); Green value is 142 (55.86% from 255 or 54.62% from 260); Blue value is 96 (37.89% from 255 or 36.92% from 260); Max value from RGB is 142 - color contains mainly: green. Hex color #168E60 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #168E60 is #E9719F. Grayscale: #646464. Windows color (decimal): -15298976 or 6327830. OLE color: 6327830.

HSL color Cylindrical-coordinate representation of color #168E60: hue angle of 157º 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 #168E60 is Cyan = 0.85, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.44.

Color convert

RGB2214296-
CMYK0.8500.320.44
HSL157º73.17%32.16%-
HSV(B)157º84.51%55.69%-
XYZ12.1220.3614.36-
YUV100.88125.2471.74-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.46%
GREEN value IS 142 (55.86% from 255) = 54.62%
BLUE value IS 96 (37.89% from 255) = 36.92%
R=8.46%
G=54.62%
B=36.92%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal22142960.8500.320.4415773.1732.16
Hex168E60550202C9d4920
Octal262161401250405423511140
Binary1011010001110110000010101010100000101100100111011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #168E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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