#209D6F

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

Shades of Elf Green #209D6F

Tints of Elf Green #209D6F

Color information

#209D6F (or 0x209D6F) is unknown color: approx Elf Green. HEX triplet: 20, 9D and 6F. RGB value is (32,157,111). Sum of RGB (Red+Green+Blue) = 32+157+111=300 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.67% from 300); Green value is 157 (61.72% from 255 or 52.33% from 300); Blue value is 111 (43.75% from 255 or 37% from 300); Max value from RGB is 157 - color contains mainly: green. Hex color #209D6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #209D6F is #DF6290. Grayscale: #727272. Windows color (decimal): -14639761 or 7314720. OLE color: 7314720.

HSL color Cylindrical-coordinate representation of color #209D6F: hue angle of 157.92º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #209D6F is Cyan = 0.80, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.38.

Color convert

RGB32157111-
CMYK0.8000.290.38
HSL157.92º66.14%37.06%-
HSV(B)157.92º79.62%61.57%-
XYZ15.5225.5719.16-
YUV114.38126.0969.24-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.67%
GREEN value IS 157 (61.72% from 255) = 52.33%
BLUE value IS 111 (43.75% from 255) = 37%
R=10.67%
G=52.33%
B=37%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal321571110.8000.290.38157.9266.1437.06
Hex209D6F5001D269e4225
Octal402351571200354623610245
Binary1000001001110111011111010000011101100110100111101000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #209D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #209D6F; }

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

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

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

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

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

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

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

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