Html Css Color HEX #20AA62 Eucalyptus

📋 copy color: '#20AA62'

red 32 ◦ green 170 ◦ blue 98

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

Shades of Eucalyptus #20AA62

Tints of Eucalyptus #20AA62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 32.67%

R = 10.67%
G = 56.67%
B = 32.67%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#20AA62 (or 0x20AA62) is known color: Eucalyptus. HEX triplet: 20, AA and 62. RGB value is (32,170,98). Sum of RGB (Red+Green+Blue) = 32+170+98=300 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.67% from 300); Green value is 170 (66.80% from 255 or 56.67% from 300); Blue value is 98 (38.67% from 255 or 32.67% from 300); Max value from RGB is 170 - color contains mainly: green. Hex color #20AA62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20AA62 is #DF559D. Grayscale: #787878. Windows color (decimal): -14636446 or 6466080. OLE color: 6466080.

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

Color convert

RGB 32 170 98 -
CMYK 0.81 0 0.42 0.33
HSL 148.7º 0.68% 0.4% -
HSV(B) 148.7º 0.81% 0.67% -
XYZ 17.18 29.94 16.43 -
YUV 120.53 115.28 64.85 -
System Red Green Blue C M Y K H S L
Decimal 32 170 98 0.81 0 0.42 0.33 148.7 0.68 0.4
Hex 20 AA 62 51 0 2A 21 95 44 28
Octal 40 252 142 121 0 52 41 225 104 50
Binary 100000 10101010 1100010 1010001 0 101010 100001 10010101 1000100 101000

Color Harmonies of #20AA62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20AA62

Black with #20AA62

Text Example


Text Example

White with #20AA62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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