Html Css Color HEX #20A65C Eucalyptus

📋 copy color: '#20A65C'

red 32 ◦ green 166 ◦ blue 92

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

Shades of Eucalyptus #20A65C

Tints of Eucalyptus #20A65C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 57.24%

 BLUE value IS 92 (36.33% from 255) = 31.72%

R = 11.03%
G = 57.24%
B = 31.72%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#20A65C (or 0x20A65C) is known color: Eucalyptus. HEX triplet: 20, A6 and 5C. RGB value is (32,166,92). Sum of RGB (Red+Green+Blue) = 32+166+92=290 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.03% from 290); Green value is 166 (65.23% from 255 or 57.24% from 290); Blue value is 92 (36.33% from 255 or 31.72% from 290); Max value from RGB is 166 - color contains mainly: green. Hex color #20A65C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20A65C is #DF59A3. Grayscale: #757575. Windows color (decimal): -14637476 or 6071840. OLE color: 6071840.

HSL color Cylindrical-coordinate representation of color #20A65C: hue angle of 146.87º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #20A65C is Cyan = 0.81, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB 32 166 92 -
CMYK 0.81 0 0.45 0.35
HSL 146.87º 0.68% 0.39% -
HSV(B) 146.87º 0.81% 0.65% -
XYZ 16.16 28.35 14.75 -
YUV 117.5 113.61 67.02 -
System Red Green Blue C M Y K H S L
Decimal 32 166 92 0.81 0 0.45 0.35 146.87 0.68 0.39
Hex 20 A6 5C 51 0 2D 23 93 44 27
Octal 40 246 134 121 0 55 43 223 104 47
Binary 100000 10100110 1011100 1010001 0 101101 100011 10010011 1000100 100111

Color Harmonies of #20A65C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20A65C

Black with #20A65C

Text Example


Text Example

White with #20A65C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20A65C; }

 p { color: rgb(32,166,92); }

 H1.HeaderClassName
 {
   color: #20A65C;
 }
 .AnyTagClassName
 {
   color: #20A65C;
 }
</style>

background-color css

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

 a { background-color: rgb(32,166,92); }

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

border-color css

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

 span { border-color: rgb(32,166,92); }

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