#169664

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

Shades of Elf Green #169664

Tints of Elf Green #169664

Color information

#169664 (or 0x169664) is unknown color: approx Elf Green. HEX triplet: 16, 96 and 64. RGB value is (22,150,100). Sum of RGB (Red+Green+Blue) = 22+150+100=272 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8.09% from 272); Green value is 150 (58.98% from 255 or 55.15% from 272); Blue value is 100 (39.45% from 255 or 36.76% from 272); Max value from RGB is 150 - color contains mainly: green. Hex color #169664 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #169664 is #E9699B. Grayscale: #6A6A6A. Windows color (decimal): -15296924 or 6592022. OLE color: 6592022.

HSL color Cylindrical-coordinate representation of color #169664: hue angle of 156.56º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #169664 is Cyan = 0.85, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.41.

Color convert

RGB22150100-
CMYK0.8500.330.41
HSL156.56º74.42%33.73%-
HSV(B)156.56º85.33%58.82%-
XYZ13.5422.915.76-
YUV106.03124.5968.07-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.09%
GREEN value IS 150 (58.98% from 255) = 55.15%
BLUE value IS 100 (39.45% from 255) = 36.76%
R=8.09%
G=55.15%
B=36.76%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal221501000.8500.330.41156.5674.4233.73
Hex16966455021299d4a22
Octal262261441250415123511242
Binary1011010010110110010010101010100001101001100111011001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #169664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #169664; }

 p { color: rgb(22,150,100); }

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

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

 a { background-color: rgb(22,150,100); }

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

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

 span { border-color: rgb(22,150,100); }

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