Html Css Color HEX #20AC62 Eucalyptus

📋 copy color: '#20AC62'

red 32 ◦ green 172 ◦ blue 98

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

Shades of Eucalyptus #20AC62

Tints of Eucalyptus #20AC62

RGB

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

 GREEN value IS 172 (67.58% from 255) = 56.95%

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

R = 10.6%
G = 56.95%
B = 32.45%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#20AC62 (or 0x20AC62) is known color: Eucalyptus. HEX triplet: 20, AC and 62. RGB value is (32,172,98). Sum of RGB (Red+Green+Blue) = 32+172+98=302 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.60% from 302); Green value is 172 (67.58% from 255 or 56.95% from 302); Blue value is 98 (38.67% from 255 or 32.45% from 302); Max value from RGB is 172 - color contains mainly: green. Hex color #20AC62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20AC62 is #DF539D. Grayscale: #797979. Windows color (decimal): -14635934 or 6466592. OLE color: 6466592.

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

Color convert

RGB 32 172 98 -
CMYK 0.81 0 0.43 0.33
HSL 148.29º 0.69% 0.4% -
HSV(B) 148.29º 0.81% 0.67% -
XYZ 17.55 30.69 16.55 -
YUV 121.7 114.62 64.02 -
System Red Green Blue C M Y K H S L
Decimal 32 172 98 0.81 0 0.43 0.33 148.29 0.69 0.4
Hex 20 AC 62 51 0 2B 21 94 45 28
Octal 40 254 142 121 0 53 41 224 105 50
Binary 100000 10101100 1100010 1010001 0 101011 100001 10010100 1000101 101000

Color Harmonies of #20AC62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20AC62

Black with #20AC62

Text Example


Text Example

White with #20AC62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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