#20996C

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

Shades of Elf Green #20996C

Tints of Elf Green #20996C

Color information

#20996C (or 0x20996C) is unknown color: approx Elf Green. HEX triplet: 20, 99 and 6C. RGB value is (32,153,108). Sum of RGB (Red+Green+Blue) = 32+153+108=293 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.92% from 293); Green value is 153 (60.16% from 255 or 52.22% from 293); Blue value is 108 (42.58% from 255 or 36.86% from 293); Max value from RGB is 153 - color contains mainly: green. Hex color #20996C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20996C is #DF6693. Grayscale: #6F6F6F. Windows color (decimal): -14640788 or 7117088. OLE color: 7117088.

HSL color Cylindrical-coordinate representation of color #20996C: hue angle of 157.69º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #20996C is Cyan = 0.79, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB32153108-
CMYK0.7900.290.4
HSL157.69º65.41%36.27%-
HSV(B)157.69º79.08%60%-
XYZ14.6924.1718.08-
YUV111.69125.9171.16-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.92%
GREEN value IS 153 (60.16% from 255) = 52.22%
BLUE value IS 108 (42.58% from 255) = 36.86%
R=10.92%
G=52.22%
B=36.86%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal321531080.7900.290.4157.6965.4136.27
Hex20996C4F01D289e4124
Octal402311541170355023610144
Binary1000001001100111011001001111011101101000100111101000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20996C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20996C; }

 p { color: rgb(32,153,108); }

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

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

 a { background-color: rgb(32,153,108); }

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

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

 span { border-color: rgb(32,153,108); }

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