#169A6F

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

Shades of Elf Green #169A6F

Tints of Elf Green #169A6F

Color information

#169A6F (or 0x169A6F) is unknown color: approx Elf Green. HEX triplet: 16, 9A and 6F. RGB value is (22,154,111). Sum of RGB (Red+Green+Blue) = 22+154+111=287 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.67% from 287); Green value is 154 (60.55% from 255 or 53.66% from 287); Blue value is 111 (43.75% from 255 or 38.68% from 287); Max value from RGB is 154 - color contains mainly: green. Hex color #169A6F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #169A6F is #E96590. Grayscale: #6D6D6D. Windows color (decimal): -15295889 or 7313942. OLE color: 7313942.

HSL color Cylindrical-coordinate representation of color #169A6F: hue angle of 160.45º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #169A6F is Cyan = 0.86, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB22154111-
CMYK0.8600.280.40
HSL160.45º75%34.51%-
HSV(B)160.45º85.71%60.39%-
XYZ14.7624.4318.98-
YUV109.63128.7765.5-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.67%
GREEN value IS 154 (60.55% from 255) = 53.66%
BLUE value IS 111 (43.75% from 255) = 38.68%
R=7.67%
G=53.66%
B=38.68%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal221541110.8600.280.40160.457534.51
Hex169A6F5601C28a04b23
Octal262321571260345024011343
Binary101101001101011011111010110011100101000101000001001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #169A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,154,111); }

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

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

 a { background-color: rgb(22,154,111); }

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

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

 span { border-color: rgb(22,154,111); }

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