Html Css Color HEX #20A561 Eucalyptus

📋 copy color: '#20A561'

red 32 ◦ green 165 ◦ blue 97

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

Shades of Eucalyptus #20A561

Tints of Eucalyptus #20A561

RGB

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

 GREEN value IS 165 (64.84% from 255) = 56.12%

 BLUE value IS 97 (38.28% from 255) = 32.99%

R = 10.88%
G = 56.12%
B = 32.99%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.41

 K value IS 0.35

RGB Variations

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

Color information

#20A561 (or 0x20A561) is known color: Eucalyptus. HEX triplet: 20, A5 and 61. RGB value is (32,165,97). Sum of RGB (Red+Green+Blue) = 32+165+97=294 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.88% from 294); Green value is 165 (64.84% from 255 or 56.12% from 294); Blue value is 97 (38.28% from 255 or 32.99% from 294); Max value from RGB is 165 - color contains mainly: green. Hex color #20A561 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20A561 is #DF5A9E. Grayscale: #757575. Windows color (decimal): -14637727 or 6399264. OLE color: 6399264.

HSL color Cylindrical-coordinate representation of color #20A561: hue angle of 149.32º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #20A561 is Cyan = 0.81, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.35.

Color convert

RGB 32 165 97 -
CMYK 0.81 0 0.41 0.35
HSL 149.32º 0.68% 0.39% -
HSV(B) 149.32º 0.81% 0.65% -
XYZ 16.21 28.08 15.88 -
YUV 117.48 116.44 67.03 -
System Red Green Blue C M Y K H S L
Decimal 32 165 97 0.81 0 0.41 0.35 149.32 0.68 0.39
Hex 20 A5 61 51 0 29 23 95 44 27
Octal 40 245 141 121 0 51 43 225 104 47
Binary 100000 10100101 1100001 1010001 0 101001 100011 10010101 1000100 100111

Color Harmonies of #20A561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20A561

Black with #20A561

Text Example


Text Example

White with #20A561

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,165,97); }

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

background-color css

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

 a { background-color: rgb(32,165,97); }

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

border-color css

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

 span { border-color: rgb(32,165,97); }

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