#20966F

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

Shades of Elf Green #20966F

Tints of Elf Green #20966F

Color information

#20966F (or 0x20966F) is unknown color: approx Elf Green. HEX triplet: 20, 96 and 6F. RGB value is (32,150,111). Sum of RGB (Red+Green+Blue) = 32+150+111=293 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.92% from 293); Green value is 150 (58.98% from 255 or 51.19% from 293); Blue value is 111 (43.75% from 255 or 37.88% from 293); Max value from RGB is 150 - color contains mainly: green. Hex color #20966F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20966F is #DF6990. Grayscale: #6E6E6E. Windows color (decimal): -14641553 or 7312928. OLE color: 7312928.

HSL color Cylindrical-coordinate representation of color #20966F: hue angle of 160.17º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #20966F is Cyan = 0.79, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB32150111-
CMYK0.7900.260.41
HSL160.17º64.84%35.69%-
HSV(B)160.17º78.67%58.82%-
XYZ14.3723.2718.77-
YUV110.27128.4172.17-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.92%
GREEN value IS 150 (58.98% from 255) = 51.19%
BLUE value IS 111 (43.75% from 255) = 37.88%
R=10.92%
G=51.19%
B=37.88%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal321501110.7900.260.41160.1764.8435.69
Hex20966F4F01A29a04124
Octal402261571170325124010144
Binary1000001001011011011111001111011010101001101000001000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20966F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20966F; }

 p { color: rgb(32,150,111); }

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

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

 a { background-color: rgb(32,150,111); }

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

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

 span { border-color: rgb(32,150,111); }

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