#168D5B

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

Shades of Elf Green #168D5B

Tints of Elf Green #168D5B

Color information

#168D5B (or 0x168D5B) is unknown color: approx Elf Green. HEX triplet: 16, 8D and 5B. RGB value is (22,141,91). Sum of RGB (Red+Green+Blue) = 22+141+91=254 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.66% from 254); Green value is 141 (55.47% from 255 or 55.51% from 254); Blue value is 91 (35.94% from 255 or 35.83% from 254); Max value from RGB is 141 - color contains mainly: green. Hex color #168D5B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #168D5B is #E972A4. Grayscale: #636363. Windows color (decimal): -15299237 or 5999894. OLE color: 5999894.

HSL color Cylindrical-coordinate representation of color #168D5B: hue angle of 154.79º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #168D5B is Cyan = 0.84, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.

Color convert

RGB2214191-
CMYK0.8400.350.45
HSL154.79º73.01%31.96%-
HSV(B)154.79º84.4%55.29%-
XYZ11.7419.9813.13-
YUV99.72123.0872.57-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.66%
GREEN value IS 141 (55.47% from 255) = 55.51%
BLUE value IS 91 (35.94% from 255) = 35.83%
R=8.66%
G=55.51%
B=35.83%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal22141910.8400.350.45154.7973.0131.96
Hex168D5B540232D9b4920
Octal262151331240435523311140
Binary1011010001101101101110101000100011101101100110111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #168D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,141,91); }

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

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

 a { background-color: rgb(22,141,91); }

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

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

 span { border-color: rgb(22,141,91); }

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