Html Css Color HEX #20967C Elf Green

📋 copy color: '#20967C'

red 32 ◦ green 150 ◦ blue 124

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

Shades of Elf Green #20967C

Tints of Elf Green #20967C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 49.02%

 BLUE value IS 124 (48.83% from 255) = 40.52%

R = 10.46%
G = 49.02%
B = 40.52%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#20967C (or 0x20967C) is known color: Elf Green. HEX triplet: 20, 96 and 7C. RGB value is (32,150,124). Sum of RGB (Red+Green+Blue) = 32+150+124=306 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.46% from 306); Green value is 150 (58.98% from 255 or 49.02% from 306); Blue value is 124 (48.83% from 255 or 40.52% from 306); Max value from RGB is 150 - color contains mainly: green. Hex color #20967C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20967C is #DF6983. Grayscale: #6F6F6F. Windows color (decimal): -14641540 or 8164896. OLE color: 8164896.

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

Color convert

RGB 32 150 124 -
CMYK 0.79 0 0.17 0.41
HSL 166.78º 0.65% 0.36% -
HSV(B) 166.78º 0.79% 0.59% -
XYZ 15.14 23.58 22.82 -
YUV 111.75 134.91 71.11 -
System Red Green Blue C M Y K H S L
Decimal 32 150 124 0.79 0 0.17 0.41 166.78 0.65 0.36
Hex 20 96 7C 4F 0 11 29 A7 41 24
Octal 40 226 174 117 0 21 51 247 101 44
Binary 100000 10010110 1111100 1001111 0 10001 101001 10100111 1000001 100100

Color Harmonies of #20967C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20967C

Black with #20967C

Text Example


Text Example

White with #20967C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #20967C;
 }
 .AnyTagClassName
 {
   color: #20967C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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