#209670

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

Shades of Elf Green #209670

Tints of Elf Green #209670

Color information

#209670 (or 0x209670) is unknown color: approx Elf Green. HEX triplet: 20, 96 and 70. RGB value is (32,150,112). Sum of RGB (Red+Green+Blue) = 32+150+112=294 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.88% from 294); Green value is 150 (58.98% from 255 or 51.02% from 294); Blue value is 112 (44.14% from 255 or 38.10% from 294); Max value from RGB is 150 - color contains mainly: green. Hex color #209670 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #209670 is #DF698F. Grayscale: #6E6E6E. Windows color (decimal): -14641552 or 7378464. OLE color: 7378464.

HSL color Cylindrical-coordinate representation of color #209670: hue angle of 160.68º 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 #209670 is Cyan = 0.79, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB32150112-
CMYK0.7900.250.41
HSL160.68º64.84%35.69%-
HSV(B)160.68º78.67%58.82%-
XYZ14.4323.2919.06-
YUV110.39128.9172.09-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.88%
GREEN value IS 150 (58.98% from 255) = 51.02%
BLUE value IS 112 (44.14% from 255) = 38.10%
R=10.88%
G=51.02%
B=38.10%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal321501120.7900.250.41160.6864.8435.69
Hex2096704F01929a14124
Octal402261601170315124110144
Binary1000001001011011100001001111011001101001101000011000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #209670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #209670; }

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

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

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

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

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

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

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

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