Html Css Color HEX #20AD5D Eucalyptus

📋 copy color: '#20AD5D'

red 32 ◦ green 173 ◦ blue 93

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

Shades of Eucalyptus #20AD5D

Tints of Eucalyptus #20AD5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 31.21%

R = 10.74%
G = 58.05%
B = 31.21%

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

#20AD5D (or 0x20AD5D) is known color: Eucalyptus. HEX triplet: 20, AD and 5D. RGB value is (32,173,93). Sum of RGB (Red+Green+Blue) = 32+173+93=298 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.74% from 298); Green value is 173 (67.97% from 255 or 58.05% from 298); Blue value is 93 (36.72% from 255 or 31.21% from 298); Max value from RGB is 173 - color contains mainly: green. Hex color #20AD5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20AD5D is #DF52A2. Grayscale: #797979. Windows color (decimal): -14635683 or 6139168. OLE color: 6139168.

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

Color convert

RGB 32 173 93 -
CMYK 0.82 0 0.46 0.32
HSL 145.96º 0.69% 0.4% -
HSV(B) 145.96º 0.82% 0.68% -
XYZ 17.52 30.98 15.41 -
YUV 121.72 111.79 64 -
System Red Green Blue C M Y K H S L
Decimal 32 173 93 0.82 0 0.46 0.32 145.96 0.69 0.4
Hex 20 AD 5D 52 0 2E 20 92 45 28
Octal 40 255 135 122 0 56 40 222 105 50
Binary 100000 10101101 1011101 1010010 0 101110 100000 10010010 1000101 101000

Color Harmonies of #20AD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20AD5D

Black with #20AD5D

Text Example


Text Example

White with #20AD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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