Html Css Color HEX #20986D Elf Green

📋 copy color: '#20986D'

red 32 ◦ green 152 ◦ blue 109

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

Shades of Elf Green #20986D

Tints of Elf Green #20986D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 51.88%

 BLUE value IS 109 (42.97% from 255) = 37.2%

R = 10.92%
G = 51.88%
B = 37.2%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#20986D (or 0x20986D) is known color: Elf Green. HEX triplet: 20, 98 and 6D. RGB value is (32,152,109). Sum of RGB (Red+Green+Blue) = 32+152+109=293 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.92% from 293); Green value is 152 (59.77% from 255 or 51.88% from 293); Blue value is 109 (42.97% from 255 or 37.20% from 293); Max value from RGB is 152 - color contains mainly: green. Hex color #20986D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20986D is #DF6792. Grayscale: #6F6F6F. Windows color (decimal): -14641043 or 7182368. OLE color: 7182368.

HSL color Cylindrical-coordinate representation of color #20986D: hue angle of 158.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #20986D is Cyan = 0.79, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB 32 152 109 -
CMYK 0.79 0 0.28 0.40
HSL 158.5º 0.65% 0.36% -
HSV(B) 158.5º 0.79% 0.6% -
XYZ 14.58 23.87 18.31 -
YUV 111.22 126.74 71.5 -
System Red Green Blue C M Y K H S L
Decimal 32 152 109 0.79 0 0.28 0.40 158.5 0.65 0.36
Hex 20 98 6D 4F 0 1C 28 9E 41 24
Octal 40 230 155 117 0 34 50 236 101 44
Binary 100000 10011000 1101101 1001111 0 11100 101000 10011110 1000001 100100

Color Harmonies of #20986D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20986D

Black with #20986D

Text Example


Text Example

White with #20986D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20986D; }

 p { color: rgb(32,152,109); }

 H1.HeaderClassName
 {
   color: #20986D;
 }
 .AnyTagClassName
 {
   color: #20986D;
 }
</style>

background-color css

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

 a { background-color: rgb(32,152,109); }

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

border-color css

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

 span { border-color: rgb(32,152,109); }

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