#168A5C

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

Shades of Elf Green #168A5C

Tints of Elf Green #168A5C

Color information

#168A5C (or 0x168A5C) is unknown color: approx Elf Green. HEX triplet: 16, 8A and 5C. RGB value is (22,138,92). Sum of RGB (Red+Green+Blue) = 22+138+92=252 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.73% from 252); Green value is 138 (54.30% from 255 or 54.76% from 252); Blue value is 92 (36.33% from 255 or 36.51% from 252); Max value from RGB is 138 - color contains mainly: green. Hex color #168A5C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #168A5C is #E975A3. Grayscale: #626262. Windows color (decimal): -15300004 or 6064662. OLE color: 6064662.

HSL color Cylindrical-coordinate representation of color #168A5C: hue angle of 156.21º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #168A5C is Cyan = 0.84, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.46.

Color convert

RGB2213892-
CMYK0.8400.330.46
HSL156.21º72.5%31.37%-
HSV(B)156.21º84.06%54.12%-
XYZ11.3519.1213.22-
YUV98.07124.5773.74-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.73%
GREEN value IS 138 (54.30% from 255) = 54.76%
BLUE value IS 92 (36.33% from 255) = 36.51%
R=8.73%
G=54.76%
B=36.51%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal22138920.8400.330.46156.2172.531.37
Hex168A5C540212E9c481f
Octal262121341240415623411037
Binary101101000101010111001010100010000110111010011100100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #168A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,138,92); }

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

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

 a { background-color: rgb(22,138,92); }

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

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

 span { border-color: rgb(22,138,92); }

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