#209164

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

Shades of Elf Green #209164

Tints of Elf Green #209164

Color information

#209164 (or 0x209164) is unknown color: approx Elf Green. HEX triplet: 20, 91 and 64. RGB value is (32,145,100). Sum of RGB (Red+Green+Blue) = 32+145+100=277 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.55% from 277); Green value is 145 (57.03% from 255 or 52.35% from 277); Blue value is 100 (39.45% from 255 or 36.10% from 277); Max value from RGB is 145 - color contains mainly: green. Hex color #209164 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #209164 is #DF6E9B. Grayscale: #6A6A6A. Windows color (decimal): -14642844 or 6590752. OLE color: 6590752.

HSL color Cylindrical-coordinate representation of color #209164: hue angle of 156.11º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #209164 is Cyan = 0.78, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.43.

Color convert

RGB32145100-
CMYK0.7800.310.43
HSL156.11º63.84%34.71%-
HSV(B)156.11º77.93%56.86%-
XYZ13.0221.4815.52-
YUV106.08124.5675.16-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.55%
GREEN value IS 145 (57.03% from 255) = 52.35%
BLUE value IS 100 (39.45% from 255) = 36.10%
R=11.55%
G=52.35%
B=36.10%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal321451000.7800.310.43156.1163.8434.71
Hex2091644E01F2B9c4023
Octal402211441160375323410043
Binary1000001001000111001001001110011111101011100111001000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #209164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #209164; }

 p { color: rgb(32,145,100); }

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

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

 a { background-color: rgb(32,145,100); }

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

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

 span { border-color: rgb(32,145,100); }

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