#168E5A

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

Shades of Elf Green #168E5A

Tints of Elf Green #168E5A

Color information

#168E5A (or 0x168E5A) is unknown color: approx Elf Green. HEX triplet: 16, 8E and 5A. RGB value is (22,142,90). Sum of RGB (Red+Green+Blue) = 22+142+90=254 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.66% from 254); Green value is 142 (55.86% from 255 or 55.91% from 254); Blue value is 90 (35.55% from 255 or 35.43% from 254); Max value from RGB is 142 - color contains mainly: green. Hex color #168E5A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #168E5A is #E971A5. Grayscale: #646464. Windows color (decimal): -15298982 or 5934614. OLE color: 5934614.

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

Color convert

RGB2214290-
CMYK0.8500.370.44
HSL154º73.17%32.16%-
HSV(B)154º84.51%55.69%-
XYZ11.8520.2512.96-
YUV100.19122.2472.23-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.66%
GREEN value IS 142 (55.86% from 255) = 55.91%
BLUE value IS 90 (35.55% from 255) = 35.43%
R=8.66%
G=55.91%
B=35.43%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal22142900.8500.370.4415473.1732.16
Hex168E5A550252C9a4920
Octal262161321250455423211140
Binary1011010001110101101010101010100101101100100110101001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #168E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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