Html Css Color HEX #20AD60 Eucalyptus

📋 copy color: '#20AD60'

red 32 ◦ green 173 ◦ blue 96

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

Shades of Eucalyptus #20AD60

Tints of Eucalyptus #20AD60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 31.89%

R = 10.63%
G = 57.48%
B = 31.89%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#20AD60 (or 0x20AD60) is known color: Eucalyptus. HEX triplet: 20, AD and 60. RGB value is (32,173,96). Sum of RGB (Red+Green+Blue) = 32+173+96=301 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.63% from 301); Green value is 173 (67.97% from 255 or 57.48% from 301); Blue value is 96 (37.89% from 255 or 31.89% from 301); Max value from RGB is 173 - color contains mainly: green. Hex color #20AD60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20AD60 is #DF529F. Grayscale: #7A7A7A. Windows color (decimal): -14635680 or 6335776. OLE color: 6335776.

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

Color convert

RGB 32 173 96 -
CMYK 0.82 0 0.45 0.32
HSL 147.23º 0.69% 0.4% -
HSV(B) 147.23º 0.82% 0.68% -
XYZ 17.65 31.04 16.13 -
YUV 122.06 113.29 63.76 -
System Red Green Blue C M Y K H S L
Decimal 32 173 96 0.82 0 0.45 0.32 147.23 0.69 0.4
Hex 20 AD 60 52 0 2D 20 93 45 28
Octal 40 255 140 122 0 55 40 223 105 50
Binary 100000 10101101 1100000 1010010 0 101101 100000 10010011 1000101 101000

Color Harmonies of #20AD60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20AD60

Black with #20AD60

Text Example


Text Example

White with #20AD60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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