Html Css Color HEX #20AD5E Eucalyptus

📋 copy color: '#20AD5E'

red 32 ◦ green 173 ◦ blue 94

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

Shades of Eucalyptus #20AD5E

Tints of Eucalyptus #20AD5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 31.44%

R = 10.7%
G = 57.86%
B = 31.44%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#20AD5E (or 0x20AD5E) is known color: Eucalyptus. HEX triplet: 20, AD and 5E. RGB value is (32,173,94). Sum of RGB (Red+Green+Blue) = 32+173+94=299 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.70% from 299); Green value is 173 (67.97% from 255 or 57.86% from 299); Blue value is 94 (37.11% from 255 or 31.44% from 299); Max value from RGB is 173 - color contains mainly: green. Hex color #20AD5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20AD5E is #DF52A1. Grayscale: #7A7A7A. Windows color (decimal): -14635682 or 6204704. OLE color: 6204704.

HSL color Cylindrical-coordinate representation of color #20AD5E: hue angle of 146.38º 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 #20AD5E is Cyan = 0.82, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.32.

Color convert

RGB 32 173 94 -
CMYK 0.82 0 0.46 0.32
HSL 146.38º 0.69% 0.4% -
HSV(B) 146.38º 0.82% 0.68% -
XYZ 17.56 31 15.65 -
YUV 121.84 112.29 63.92 -
System Red Green Blue C M Y K H S L
Decimal 32 173 94 0.82 0 0.46 0.32 146.38 0.69 0.4
Hex 20 AD 5E 52 0 2E 20 92 45 28
Octal 40 255 136 122 0 56 40 222 105 50
Binary 100000 10101101 1011110 1010010 0 101110 100000 10010010 1000101 101000

Color Harmonies of #20AD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20AD5E

Black with #20AD5E

Text Example


Text Example

White with #20AD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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