Html Css Color HEX #20AA6B Eucalyptus

📋 copy color: '#20AA6B'

red 32 ◦ green 170 ◦ blue 107

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

Shades of Eucalyptus #20AA6B

Tints of Eucalyptus #20AA6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 34.63%

R = 10.36%
G = 55.02%
B = 34.63%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#20AA6B (or 0x20AA6B) is known color: Eucalyptus. HEX triplet: 20, AA and 6B. RGB value is (32,170,107). Sum of RGB (Red+Green+Blue) = 32+170+107=309 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.36% from 309); Green value is 170 (66.80% from 255 or 55.02% from 309); Blue value is 107 (42.19% from 255 or 34.63% from 309); Max value from RGB is 170 - color contains mainly: green. Hex color #20AA6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20AA6B is #DF5594. Grayscale: #797979. Windows color (decimal): -14636437 or 7055904. OLE color: 7055904.

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

Color convert

RGB 32 170 107 -
CMYK 0.81 0 0.37 0.33
HSL 152.61º 0.68% 0.4% -
HSV(B) 152.61º 0.81% 0.67% -
XYZ 17.62 30.12 18.79 -
YUV 121.56 119.78 64.12 -
System Red Green Blue C M Y K H S L
Decimal 32 170 107 0.81 0 0.37 0.33 152.61 0.68 0.4
Hex 20 AA 6B 51 0 25 21 99 44 28
Octal 40 252 153 121 0 45 41 231 104 50
Binary 100000 10101010 1101011 1010001 0 100101 100001 10011001 1000100 101000

Color Harmonies of #20AA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20AA6B

Black with #20AA6B

Text Example


Text Example

White with #20AA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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