Html Css Color HEX #209D6B Elf Green

📋 copy color: '#209D6B'

red 32 ◦ green 157 ◦ blue 107

#209D6B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Elf Green #209D6B

Tints of Elf Green #209D6B

RGB

 RED value IS 32 (12.89% from 255) = 10.81%

 GREEN value IS 157 (61.72% from 255) = 53.04%

 BLUE value IS 107 (42.19% from 255) = 36.15%

R = 10.81%
G = 53.04%
B = 36.15%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.32

 K value IS 0.38

RGB Variations

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

Color information

#209D6B (or 0x209D6B) is known color: Elf Green. HEX triplet: 20, 9D and 6B. RGB value is (32,157,107). Sum of RGB (Red+Green+Blue) = 32+157+107=296 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.81% from 296); Green value is 157 (61.72% from 255 or 53.04% from 296); Blue value is 107 (42.19% from 255 or 36.15% from 296); Max value from RGB is 157 - color contains mainly: green. Hex color #209D6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #209D6B is #DF6294. Grayscale: #717171. Windows color (decimal): -14639765 or 7052576. OLE color: 7052576.

HSL color Cylindrical-coordinate representation of color #209D6B: hue angle of 156º 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 #209D6B is Cyan = 0.80, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.

Color convert

RGB 32 157 107 -
CMYK 0.80 0 0.32 0.38
HSL 156º 0.66% 0.37% -
HSV(B) 156º 0.8% 0.62% -
XYZ 15.31 25.48 18.02 -
YUV 113.93 124.09 69.57 -
System Red Green Blue C M Y K H S L
Decimal 32 157 107 0.80 0 0.32 0.38 156 0.66 0.37
Hex 20 9D 6B 50 0 20 26 9C 42 25
Octal 40 235 153 120 0 40 46 234 102 45
Binary 100000 10011101 1101011 1010000 0 100000 100110 10011100 1000010 100101

Color Harmonies of #209D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #209D6B

Black with #209D6B

Text Example


Text Example

White with #209D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #209D6B;
 }
 .AnyTagClassName
 {
   color: #209D6B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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