Html Css Color HEX #20A65A Eucalyptus

📋 copy color: '#20A65A'

red 32 ◦ green 166 ◦ blue 90

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

Shades of Eucalyptus #20A65A

Tints of Eucalyptus #20A65A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 31.25%

R = 11.11%
G = 57.64%
B = 31.25%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.46

 K value IS 0.35

RGB Variations

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

Color information

#20A65A (or 0x20A65A) is known color: Eucalyptus. HEX triplet: 20, A6 and 5A. RGB value is (32,166,90). Sum of RGB (Red+Green+Blue) = 32+166+90=288 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.11% from 288); Green value is 166 (65.23% from 255 or 57.64% from 288); Blue value is 90 (35.55% from 255 or 31.25% from 288); Max value from RGB is 166 - color contains mainly: green. Hex color #20A65A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20A65A is #DF59A5. Grayscale: #757575. Windows color (decimal): -14637478 or 5940768. OLE color: 5940768.

HSL color Cylindrical-coordinate representation of color #20A65A: hue angle of 145.97º 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 #20A65A is Cyan = 0.81, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.35.

Color convert

RGB 32 166 90 -
CMYK 0.81 0 0.46 0.35
HSL 145.97º 0.68% 0.39% -
HSV(B) 145.97º 0.81% 0.65% -
XYZ 16.08 28.32 14.29 -
YUV 117.27 112.61 67.18 -
System Red Green Blue C M Y K H S L
Decimal 32 166 90 0.81 0 0.46 0.35 145.97 0.68 0.39
Hex 20 A6 5A 51 0 2E 23 92 44 27
Octal 40 246 132 121 0 56 43 222 104 47
Binary 100000 10100110 1011010 1010001 0 101110 100011 10010010 1000100 100111

Color Harmonies of #20A65A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20A65A

Black with #20A65A

Text Example


Text Example

White with #20A65A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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