Html Css Color HEX #20AA6A Eucalyptus

📋 copy color: '#20AA6A'

red 32 ◦ green 170 ◦ blue 106

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

Shades of Eucalyptus #20AA6A

Tints of Eucalyptus #20AA6A

RGB

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

 GREEN value IS 170 (66.8% from 255) = 55.19%

 BLUE value IS 106 (41.8% from 255) = 34.42%

R = 10.39%
G = 55.19%
B = 34.42%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#20AA6A (or 0x20AA6A) is known color: Eucalyptus. HEX triplet: 20, AA and 6A. RGB value is (32,170,106). Sum of RGB (Red+Green+Blue) = 32+170+106=308 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.39% from 308); Green value is 170 (66.80% from 255 or 55.19% from 308); Blue value is 106 (41.80% from 255 or 34.42% from 308); Max value from RGB is 170 - color contains mainly: green. Hex color #20AA6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20AA6A is #DF5595. Grayscale: #797979. Windows color (decimal): -14636438 or 6990368. OLE color: 6990368.

HSL color Cylindrical-coordinate representation of color #20AA6A: hue angle of 152.17º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #20AA6A is Cyan = 0.81, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB 32 170 106 -
CMYK 0.81 0 0.38 0.33
HSL 152.17º 0.68% 0.4% -
HSV(B) 152.17º 0.81% 0.67% -
XYZ 17.57 30.1 18.52 -
YUV 121.44 119.28 64.2 -
System Red Green Blue C M Y K H S L
Decimal 32 170 106 0.81 0 0.38 0.33 152.17 0.68 0.4
Hex 20 AA 6A 51 0 26 21 98 44 28
Octal 40 252 152 121 0 46 41 230 104 50
Binary 100000 10101010 1101010 1010001 0 100110 100001 10011000 1000100 101000

Color Harmonies of #20AA6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20AA6A

Black with #20AA6A

Text Example


Text Example

White with #20AA6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,170,106); }

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

background-color css

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

 a { background-color: rgb(32,170,106); }

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

border-color css

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

 span { border-color: rgb(32,170,106); }

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