#169E6B

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

Shades of Elf Green #169E6B

Tints of Elf Green #169E6B

Color information

#169E6B (or 0x169E6B) is unknown color: approx Elf Green. HEX triplet: 16, 9E and 6B. RGB value is (22,158,107). Sum of RGB (Red+Green+Blue) = 22+158+107=287 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.67% from 287); Green value is 158 (62.11% from 255 or 55.05% from 287); Blue value is 107 (42.19% from 255 or 37.28% from 287); Max value from RGB is 158 - color contains mainly: green. Hex color #169E6B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #169E6B is #E96194. Grayscale: #6F6F6F. Windows color (decimal): -15294869 or 7052822. OLE color: 7052822.

HSL color Cylindrical-coordinate representation of color #169E6B: hue angle of 157.5º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #169E6B is Cyan = 0.86, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.

Color convert

RGB22158107-
CMYK0.8600.320.38
HSL157.5º75.56%35.29%-
HSV(B)157.5º86.08%61.96%-
XYZ15.2125.6918.07-
YUV111.52125.4464.15-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.67%
GREEN value IS 158 (62.11% from 255) = 55.05%
BLUE value IS 107 (42.19% from 255) = 37.28%
R=7.67%
G=55.05%
B=37.28%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal221581070.8600.320.38157.575.5635.29
Hex169E6B56020269e4c23
Octal262361531260404623611443
Binary1011010011110110101110101100100000100110100111101001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #169E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #169E6B; }

 p { color: rgb(22,158,107); }

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

<style>
 a { background-color: #169E6B; }

 a { background-color: rgb(22,158,107); }

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

<style>
 span { border-color: #169E6B; }

 span { border-color: rgb(22,158,107); }

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