Html Css Color HEX #20A155 Eucalyptus

📋 copy color: '#20A155'

red 32 ◦ green 161 ◦ blue 85

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

Shades of Eucalyptus #20A155

Tints of Eucalyptus #20A155

RGB

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

 GREEN value IS 161 (63.28% from 255) = 57.91%

 BLUE value IS 85 (33.59% from 255) = 30.58%

R = 11.51%
G = 57.91%
B = 30.58%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.47

 K value IS 0.37

RGB Variations

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

Color information

#20A155 (or 0x20A155) is known color: Eucalyptus. HEX triplet: 20, A1 and 55. RGB value is (32,161,85). Sum of RGB (Red+Green+Blue) = 32+161+85=278 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.51% from 278); Green value is 161 (63.28% from 255 or 57.91% from 278); Blue value is 85 (33.59% from 255 or 30.58% from 278); Max value from RGB is 161 - color contains mainly: green. Hex color #20A155 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20A155 is #DF5EAA. Grayscale: #717171. Windows color (decimal): -14638763 or 5611808. OLE color: 5611808.

HSL color Cylindrical-coordinate representation of color #20A155: hue angle of 144.65º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #20A155 is Cyan = 0.80, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.37.

Color convert

RGB 32 161 85 -
CMYK 0.80 0 0.47 0.37
HSL 144.65º 0.67% 0.38% -
HSV(B) 144.65º 0.8% 0.63% -
XYZ 14.98 26.45 12.91 -
YUV 113.77 111.76 69.68 -
System Red Green Blue C M Y K H S L
Decimal 32 161 85 0.80 0 0.47 0.37 144.65 0.67 0.38
Hex 20 A1 55 50 0 2F 25 91 43 26
Octal 40 241 125 120 0 57 45 221 103 46
Binary 100000 10100001 1010101 1010000 0 101111 100101 10010001 1000011 100110

Color Harmonies of #20A155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20A155

Black with #20A155

Text Example


Text Example

White with #20A155

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,161,85); }

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

background-color css

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

 a { background-color: rgb(32,161,85); }

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

border-color css

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

 span { border-color: rgb(32,161,85); }

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