Html Css Color HEX #20AD4F Eucalyptus

📋 copy color: '#20AD4F'

red 32 ◦ green 173 ◦ blue 79

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

Shades of Eucalyptus #20AD4F

Tints of Eucalyptus #20AD4F

RGB

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

 GREEN value IS 173 (67.97% from 255) = 60.92%

 BLUE value IS 79 (31.25% from 255) = 27.82%

R = 11.27%
G = 60.92%
B = 27.82%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#20AD4F (or 0x20AD4F) is known color: Eucalyptus. HEX triplet: 20, AD and 4F. RGB value is (32,173,79). Sum of RGB (Red+Green+Blue) = 32+173+79=284 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.27% from 284); Green value is 173 (67.97% from 255 or 60.92% from 284); Blue value is 79 (31.25% from 255 or 27.82% from 284); Max value from RGB is 173 - color contains mainly: green. Hex color #20AD4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20AD4F is #DF52B0. Grayscale: #787878. Windows color (decimal): -14635697 or 5221664. OLE color: 5221664.

HSL color Cylindrical-coordinate representation of color #20AD4F: hue angle of 140º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20AD4F is Cyan = 0.82, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.32.

Color convert

RGB 32 173 79 -
CMYK 0.82 0 0.54 0.32
HSL 140º 0.69% 0.4% -
HSV(B) 140º 0.82% 0.68% -
XYZ 16.95 30.76 12.44 -
YUV 120.13 104.79 65.14 -
System Red Green Blue C M Y K H S L
Decimal 32 173 79 0.82 0 0.54 0.32 140 0.69 0.4
Hex 20 AD 4F 52 0 36 20 8C 45 28
Octal 40 255 117 122 0 66 40 214 105 50
Binary 100000 10101101 1001111 1010010 0 110110 100000 10001100 1000101 101000

Color Harmonies of #20AD4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20AD4F

Black with #20AD4F

Text Example


Text Example

White with #20AD4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,173,79); }

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

background-color css

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

 a { background-color: rgb(32,173,79); }

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

border-color css

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

 span { border-color: rgb(32,173,79); }

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